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

Method exception

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

Source from the content-addressed store, hash-verified

452 return '<{}>'.format(' '.join(info))
453
454 def exception(self):
455 return self._exception
456
457 def set_exception(self, exc):
458 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