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