Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_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