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

Method exc

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

Source from the content-addressed store, hash-verified

283 return self._unpack_stderr()
284
285 def exc(self):
286 if self.closed:
287 return self.final().exc
288 self._capture()
289 return self._unpack_exc()
290
291 def final(self, *, force=False):
292 try:

Callers

nothing calls this directly

Calls 3

finalMethod · 0.95
_captureMethod · 0.95
_unpack_excMethod · 0.95

Tested by

no test coverage detected