Searched refs:call_exception_handler (Results 1 – 21 of 21) sorted by relevance
266 self._loop.call_exception_handler({280 self._loop.call_exception_handler({
74 self._loop.call_exception_handler(context)145 self._loop.call_exception_handler(context)232 self._loop.call_exception_handler(context)346 self.call_exception_handler({725 self._loop.call_exception_handler({788 self._loop.call_exception_handler(context)
68 loop.call_exception_handler({
103 self._loop.call_exception_handler({627 self.call_exception_handler({671 self.call_exception_handler({
100 self._loop.call_exception_handler(context)564 def call_exception_handler(self, context): member in AbstractEventLoop
525 self._loop.call_exception_handler({724 self._loop.call_exception_handler({881 self._loop.call_exception_handler({
171 self.call_exception_handler({227 self.call_exception_handler(context)664 self._loop.call_exception_handler({
107 self._loop.call_exception_handler(context)
703 self._loop.call_exception_handler({
127 self._loop.call_exception_handler(context)
515 self.call_exception_handler({1610 def call_exception_handler(self, context): member in BaseEventLoop
129 loop.call_exception_handler = call_exc_handler_mock167 loop.call_exception_handler = mock.Mock()
383 self.loop.call_exception_handler = mock.Mock()385 self.loop.call_exception_handler.assert_not_called()514 self.loop.call_exception_handler = mock.Mock()527 self.loop.call_exception_handler = mock.Mock()587 self.loop.call_exception_handler = mock.Mock()793 self.loop.call_exception_handler = mock.Mock()796 self.assertTrue(self.loop.call_exception_handler.called)
949 self.loop.call_exception_handler = mock.Mock()963 self.loop.call_exception_handler = mock.Mock()1313 self.loop.call_exception_handler = mock.Mock()1326 self.loop.call_exception_handler = mock.Mock()1362 self.loop.call_exception_handler = mock.Mock()1377 self.loop.call_exception_handler = mock.Mock()
821 self.loop.call_exception_handler = mock.Mock()830 self.assertFalse(self.loop.call_exception_handler.called)
2693 self.loop.call_exception_handler = mock.Mock()2698 self.loop.call_exception_handler.assert_called_with({3014 NotImplementedError, loop.call_exception_handler, f)
2443 self.loop.call_exception_handler = exc_handler = mock.Mock()2470 self.loop.call_exception_handler = exc_handler = mock.Mock()
246 * - :meth:`loop.call_exception_handler`
1083 (see :meth:`call_exception_handler` documentation for details1102 :meth:`call_exception_handler`.1104 .. method:: loop.call_exception_handler(context)
1325 _Py_IDENTIFIER(call_exception_handler); in FutureObj_finalize()2315 _Py_IDENTIFIER(call_exception_handler); in TaskObj_finalize()
2302 loop.call_exception_handler().