Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
206
def
get_original_stdout():
207
return
_original_stdout or sys.stdout
208
209
210
def
_force_run(path, func, *args):
Callers
1
open_urlresource
Function · 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…