adamghill on Nostr: TIL redirect_stdout: ...
TIL redirect_stdout: https://docs.python.org/3/library/contextlib.html#contextlib.redirect_stdout
Context manager to temporarily send standard output to a variable. This came in handy today dealing with an external library which hardcoded writing directly to stdout.
#Python
Context manager to temporarily send standard output to a variable. This came in handy today dealing with an external library which hardcoded writing directly to stdout.
#Python