MCPcopy Index your code
hub / github.com/python/cpython / get_original_stdout

Function get_original_stdout

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

Source from the content-addressed store, hash-verified

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

Callers 1

open_urlresourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…