Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
204
def
get_original_stdout():
205
return
_original_stdout or sys.stdout
206
207
208
def
_force_run(path, func, *args):
Callers
1
open_urlresource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected