Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ call_exception_handler
Method
call_exception_handler
Lib/asyncio/events.py:653–654 ·
view source on GitHub ↗
(self, context)
Source
from the content-addressed store, hash-verified
651
raise
NotImplementedError
652
653
def
call_exception_handler(self, context):
654
raise
NotImplementedError
655
656
# Debug flag management.
657
Callers
15
_accept_connection
Method · 0.45
_accept_connection2
Method · 0.45
_fatal_error
Method · 0.45
_run
Method · 0.45
_control_app_writing
Method · 0.45
_fatal_error
Method · 0.45
_cancel_overlapped
Method · 0.45
_unregister_wait
Method · 0.45
_unregister_wait
Method · 0.45
loop_accept_pipe
Method · 0.45
_poll
Method · 0.45
close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected