Home
last modified time | relevance | path

Searched defs:default_exception_handler (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Devents.py561 def default_exception_handler(self, context): member in AbstractEventLoop
Dbase_events.py1560 def default_exception_handler(self, context): member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py683 def default_exception_handler(self, context): member in BaseEventLoopTests.test_default_exc_handler_broken.Loop