Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _exception
Function
_exception
Lib/test/support/asyncore.py:113–119 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
111
obj.handle_error()
112
113
def
_exception(obj):
114
try
:
115
obj.handle_expt_event()
116
except
_reraised_exceptions:
117
raise
118
except
:
119
obj.handle_error()
120
121
def
readwrite(obj, flags):
122
try
:
Callers
1
poll
Function · 0.85
Calls
2
handle_expt_event
Method · 0.80
handle_error
Method · 0.45
Tested by
no test coverage detected