MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / _exception

Function _exception

src/network/asyncore_pollchoose.py:174–180  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

172 uploadTimestamp = currentTimestamp
173
174def _exception(obj):
175 try:
176 obj.handle_expt_event()
177 except _reraised_exceptions:
178 raise
179 except:
180 obj.handle_error()
181
182def readwrite(obj, flags):
183 try:

Callers 2

select_pollerFunction · 0.85
kqueue_pollerFunction · 0.85

Calls 2

handle_expt_eventMethod · 0.80
handle_errorMethod · 0.80

Tested by

no test coverage detected