MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_original_stdout

Function get_original_stdout

Lib/test/support/__init__.py:204–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 _original_stdout = stdout
203
204def get_original_stdout():
205 return _original_stdout or sys.stdout
206
207
208def _force_run(path, func, *args):

Callers 1

open_urlresourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected