Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_exception_handler
Method
set_exception_handler
Lib/asyncio/events.py:647–648 ·
view source on GitHub ↗
(self, handler)
Source
from the content-addressed store, hash-verified
645
raise
NotImplementedError
646
647
def
set_exception_handler(self, handler):
648
raise
NotImplementedError
649
650
def
default_exception_handler(self, context):
651
raise
NotImplementedError
Callers
15
main
Method · 0.45
_basetest_open_connection
Method · 0.45
_basetest_open_connection_no_loop_ssl
Method · 0.45
_basetest_open_connection_error
Method · 0.45
test_start_server
Method · 0.45
test_start_unix_server
Method · 0.45
test_start_tls
Method · 0.45
test_start_tls_buffered_data
Method · 0.45
test_drain_raises
Method · 0.45
test_async_writer_api
Method · 0.45
test_async_writer_api_exception_after_close
Method · 0.45
test_eof_feed_when_closing_writer
Method · 0.45
Calls
no outgoing calls
Tested by
15
main
Method · 0.36
_basetest_open_connection
Method · 0.36
_basetest_open_connection_no_loop_ssl
Method · 0.36
_basetest_open_connection_error
Method · 0.36
test_start_server
Method · 0.36
test_start_unix_server
Method · 0.36
test_start_tls
Method · 0.36
test_start_tls_buffered_data
Method · 0.36
test_drain_raises
Method · 0.36
test_async_writer_api
Method · 0.36
test_async_writer_api_exception_after_close
Method · 0.36
test_eof_feed_when_closing_writer
Method · 0.36