Skip to content

Stdio

Provides functionality to circumvent GDB's hooks on sys.stdin and sys.stdout which prevent output from appearing on-screen inside of certain event handlers.

stdio = Stdio() module-attribute

Stdio

queue: List[Tuple[TextIO, TextIO, TextIO]] = [] class-attribute instance-attribute

__enter__(*a, **kw)

__exit__(exc_type, exc_value, traceback)