Searched defs:default_exception_handler (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Lib/asyncio/ | ||
| D | events.py | 561 def default_exception_handler(self, context): member in AbstractEventLoop |
| D | base_events.py | 1560 def default_exception_handler(self, context): member in BaseEventLoop |
| /external/python/cpython3/Lib/test/test_asyncio/ | ||
| D | test_base_events.py | 683 def default_exception_handler(self, context): member in BaseEventLoopTests.test_default_exc_handler_broken.Loop |