MCPcopy Index your code
hub / github.com/python/cpython / _exception

Function _exception

Lib/test/support/asyncore.py:103–109  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

101 obj.handle_error()
102
103def _exception(obj):
104 try:
105 obj.handle_expt_event()
106 except _reraised_exceptions:
107 raise
108 except:
109 obj.handle_error()
110
111def readwrite(obj, flags):
112 try:

Callers 1

pollFunction · 0.85

Calls 2

handle_expt_eventMethod · 0.80
handle_errorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…