Getting started
API Documentation
Development
Suppress stdout output.
Any code run inside this context manager does not produce stdout output.
Example
>>> with suppress_stdout(): ... print("Hello")