MCPcopy 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
102def _exception(obj):
103 try:
104 obj.handle_expt_event()
105 except _reraised_exceptions:
106 raise
107 except:
108 obj.handle_error()
109
110def readwrite(obj, flags):
111 try:

Callers 1

pollFunction · 0.85

Calls 2

handle_expt_eventMethod · 0.80
handle_errorMethod · 0.45

Tested by

no test coverage detected