Home
last modified time | relevance | path

Searched refs:default_exception_handler (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dfunctional.py23 self.loop.default_exception_handler(context)
Dtest_base_events.py677 def default_exception_handler(self, context): member in BaseEventLoopTests.test_default_exc_handler_broken.Loop
Dtest_events.py2496 NotImplementedError, loop.default_exception_handler, f)
/third_party/python/Lib/asyncio/
Dbase_events.py1681 def default_exception_handler(self, context): member in BaseEventLoop
1755 self.default_exception_handler(context)
1773 self.default_exception_handler({
Devents.py574 def default_exception_handler(self, context): member in AbstractEventLoop
/third_party/python/Doc/library/
Dasyncio-llapi-index.rst255 * - :meth:`loop.default_exception_handler`
Dasyncio-eventloop.rst1180 .. method:: loop.default_exception_handler(context)
/third_party/python/Misc/
DHISTORY2301 loop.set_exception_handler(), loop.default_exception_handler(), and