Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dfunctional.py23 self.loop.default_exception_handler(context)
Dtest_base_events.py671 def default_exception_handler(self, context): member in BaseEventLoopTests.test_default_exc_handler_broken.Loop
Dtest_events.py2523 NotImplementedError, loop.default_exception_handler, f)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dbase_events.py1723 def default_exception_handler(self, context): member in BaseEventLoop
1797 self.default_exception_handler(context)
1815 self.default_exception_handler({
Devents.py595 def default_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dbase_events.py1723 def default_exception_handler(self, context): member in BaseEventLoop
1797 self.default_exception_handler(context)
1815 self.default_exception_handler({
Devents.py595 def default_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dbase_events.py1723 def default_exception_handler(self, context): member in BaseEventLoop
1797 self.default_exception_handler(context)
1815 self.default_exception_handler({
H A Devents.py595 def default_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dbase_events.py1723 def default_exception_handler(self, context): member in BaseEventLoop
1797 self.default_exception_handler(context)
1815 self.default_exception_handler({
Devents.py595 def default_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dbase_events.py1723 def default_exception_handler(self, context): member in BaseEventLoop
1797 self.default_exception_handler(context)
1815 self.default_exception_handler({
Devents.py595 def default_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dbase_events.py1723 def default_exception_handler(self, context): member in BaseEventLoop
1797 self.default_exception_handler(context)
1815 self.default_exception_handler({
Devents.py595 def default_exception_handler(self, context): member in AbstractEventLoop
/aosp_15_r20/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst264 * - :meth:`loop.default_exception_handler`
Dasyncio-eventloop.rst1310 .. method:: loop.default_exception_handler(context)
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY2301 loop.set_exception_handler(), loop.default_exception_handler(), and