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

Method stderr

Lib/test/test_interpreters/utils.py:279–283  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

277 return self._unpack_stdout()
278
279 def stderr(self):
280 if self.closed:
281 return self.final().stderr
282 self._capture()
283 return self._unpack_stderr()
284
285 def exc(self):
286 if self.closed:

Callers

nothing calls this directly

Calls 3

finalMethod · 0.95
_captureMethod · 0.95
_unpack_stderrMethod · 0.95

Tested by

no test coverage detected