geneReeves

Results 1 comments of geneReeves

This snippet of code will allow you to capture console output ``` usage: sys.stdout = Unbuffered(YourOutputStream, sys.stdout, OptionalEchoStream) you may pass sys.stdout as both 2nd and 3rd params to capture...