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.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)
/external/python/cpython3/Lib/asyncio/
Devents.py574 def default_exception_handler(self, context): member in AbstractEventLoop
Dbase_events.py1696 def default_exception_handler(self, context): member in BaseEventLoop
1770 self.default_exception_handler(context)
1788 self.default_exception_handler({
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst255 * - :meth:`loop.default_exception_handler`
Dasyncio-eventloop.rst1170 .. method:: loop.default_exception_handler(context)
/external/python/cpython3/Misc/
DHISTORY2301 loop.set_exception_handler(), loop.default_exception_handler(), and