Searched refs:_printcatcher (Results 1 – 1 of 1) sorted by relevance
147 _printcatcher = None variable151 global _printcatcher, _oldstdout, register, deregister152 if (not _printcatcher or sys.stdout is not _printcatcher):154 _printcatcher = sys.stdout = PrintCatcher(**kw)155 register = _printcatcher.register156 deregister = _printcatcher.deregister159 global _printcatcher, _oldstdout, register, deregister160 if _printcatcher:162 _printcatcher = _oldstdout = None