J.J. Miller
J.J. Miller
I second this request. It would be really nice to increase the number of returns from 100 to something like 500 or 1000.
Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-189-generic x86_64)
After doing some searching I came across this [solution](http://stackoverflow.com/questions/11130156/suppress-stdout-stderr-print-from-python-functions). ```python class suppress_stdout_stderr(object): ''' A context manager for doing a "deep suppression" of stdout and stderr in Python, i.e. will suppress...