MCPcopy 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
113def _exception(obj):
114 try:
115 obj.handle_expt_event()
116 except _reraised_exceptions:
117 raise
118 except:
119 obj.handle_error()
120
121def readwrite(obj, flags):
122 try:

Callers 1

pollFunction · 0.85

Calls 2

handle_expt_eventMethod · 0.80
handle_errorMethod · 0.45

Tested by

no test coverage detected