Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _exception
Function
_exception
tools/python-3.11.9-amd64/Lib/asyncore.py:102–108 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
100
obj.handle_error()
101
102
def
_exception(obj):
103
try
:
104
obj.handle_expt_event()
105
except
_reraised_exceptions:
106
raise
107
except
:
108
obj.handle_error()
109
110
def
readwrite(obj, flags):
111
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