Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_exception
Method · 0.95
callback
Method · 0.45
__del__
Method · 0.45
drain
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_exception
Method · 0.76