Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ stdout
Method
stdout
Lib/test/test_interpreters/utils.py:273–277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
271
return
self._exc
272
273
def
stdout(self):
274
if
self.closed:
275
return
self.final().stdout
276
self._capture()
277
return
self._unpack_stdout()
278
279
def
stderr(self):
280
if
self.closed:
Callers
3
_run_output
Function · 0.45
_run_string
Method · 0.45
test_exec
Method · 0.45
Calls
3
final
Method · 0.95
_capture
Method · 0.95
_unpack_stdout
Method · 0.95
Tested by
1
test_exec
Method · 0.36