Home
last modified time | relevance | path

Searched refs:call_exception_handler (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dtransports.py288 self._loop.call_exception_handler({
304 self._loop.call_exception_handler({
Dwindows_events.py80 self._loop.call_exception_handler(context)
151 self._loop.call_exception_handler(context)
238 self._loop.call_exception_handler(context)
371 self.call_exception_handler({
798 self._loop.call_exception_handler({
861 self._loop.call_exception_handler(context)
Drunners.py69 loop.call_exception_handler({
Devents.py94 self._loop.call_exception_handler(context)
577 def call_exception_handler(self, context): member in AbstractEventLoop
Dproactor_events.py124 self._loop.call_exception_handler({
787 self.call_exception_handler({
840 self.call_exception_handler({
Dselector_events.py174 self.call_exception_handler({
232 self.call_exception_handler(context)
710 self._loop.call_exception_handler({
Dfutures.py108 self._loop.call_exception_handler(context)
Dunix_events.py559 self._loop.call_exception_handler({
761 self._loop.call_exception_handler({
1016 self._loop.call_exception_handler({
Dstreams.py229 self._loop.call_exception_handler(context)
Dtasks.py124 self._loop.call_exception_handler(context)
Dsslproto.py719 self._loop.call_exception_handler({
Dbase_events.py553 self.call_exception_handler({
1746 def call_exception_handler(self, context): member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_runners.py136 loop.call_exception_handler = call_exc_handler_mock
174 loop.call_exception_handler = mock.Mock()
Dtest_windows_events.py218 self.loop.call_exception_handler = mock.Mock()
240 self.assertFalse(self.loop.call_exception_handler.called)
Dtest_selector_events.py580 self.loop.call_exception_handler = mock.Mock()
594 self.loop.call_exception_handler = mock.Mock()
944 self.loop.call_exception_handler = mock.Mock()
957 self.loop.call_exception_handler = mock.Mock()
993 self.loop.call_exception_handler = mock.Mock()
1008 self.loop.call_exception_handler = mock.Mock()
Dtest_proactor_events.py412 self.loop.call_exception_handler = mock.Mock()
414 self.loop.call_exception_handler.assert_not_called()
772 self.loop.call_exception_handler = mock.Mock()
775 self.assertTrue(self.loop.call_exception_handler.called)
Dtest_events.py2154 self.loop.call_exception_handler = mock.Mock()
2159 self.loop.call_exception_handler.assert_called_with({
2498 NotImplementedError, loop.call_exception_handler, f)
Dtest_base_events.py851 self.loop.call_exception_handler = mock.Mock()
860 self.assertFalse(self.loop.call_exception_handler.called)
Dtest_tasks.py2922 self.loop.call_exception_handler = exc_handler = mock.Mock()
2949 self.loop.call_exception_handler = exc_handler = mock.Mock()
3608 self.one_loop.call_exception_handler.assert_not_called()
/external/python/cpython3/Lib/unittest/
Dasync_case.py143 loop.call_exception_handler({
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst246 * - :meth:`loop.call_exception_handler`
Dasyncio-eventloop.rst1160 (see :meth:`call_exception_handler` documentation for details
1179 :meth:`call_exception_handler`.
1181 .. method:: loop.call_exception_handler(context)
/external/python/cpython3/Modules/
D_asynciomodule.c1416 _Py_IDENTIFIER(call_exception_handler); in FutureObj_finalize()
2377 _Py_IDENTIFIER(call_exception_handler); in TaskObj_finalize()
/external/python/cpython3/Misc/
DHISTORY2302 loop.call_exception_handler().