Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dfunctional.py22 self.loop.default_exception_handler(context)
Dtest_base_events.py683 def default_exception_handler(self, context): member in BaseEventLoopTests.test_default_exc_handler_broken.Loop
Dtest_events.py3012 NotImplementedError, loop.default_exception_handler, f)
/external/python/cpython3/Lib/asyncio/
Dbase_events.py1560 def default_exception_handler(self, context): member in BaseEventLoop
1634 self.default_exception_handler(context)
1648 self.default_exception_handler({
Devents.py561 def default_exception_handler(self, context): member in AbstractEventLoop
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst255 * - :meth:`loop.default_exception_handler`
Dasyncio-eventloop.rst1093 .. method:: loop.default_exception_handler(context)
/external/python/cpython3/Misc/
DHISTORY2301 loop.set_exception_handler(), loop.default_exception_handler(), and