MCPcopy 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_outputFunction · 0.45
_run_stringMethod · 0.45
test_execMethod · 0.45

Calls 3

finalMethod · 0.95
_captureMethod · 0.95
_unpack_stdoutMethod · 0.95

Tested by 1

test_execMethod · 0.36