MCPcopy Index your code
hub / github.com/RustPython/RustPython / exception

Method exception

Lib/asyncio/streams.py:456–457  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

454 return '<{}>'.format(' '.join(info))
455
456 def exception(self):
457 return self._exception
458
459 def set_exception(self, exc):
460 self._exception = exc

Callers 4

test_exceptionMethod · 0.95
callbackMethod · 0.45
__del__Method · 0.45
drainMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_exceptionMethod · 0.76