Searched refs:call_exception_handler (Results 1 – 24 of 24) sorted by relevance
288 self._loop.call_exception_handler({304 self._loop.call_exception_handler({
80 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)
69 loop.call_exception_handler({
94 self._loop.call_exception_handler(context)577 def call_exception_handler(self, context): member in AbstractEventLoop
124 self._loop.call_exception_handler({787 self.call_exception_handler({840 self.call_exception_handler({
174 self.call_exception_handler({232 self.call_exception_handler(context)710 self._loop.call_exception_handler({
108 self._loop.call_exception_handler(context)
559 self._loop.call_exception_handler({761 self._loop.call_exception_handler({1016 self._loop.call_exception_handler({
229 self._loop.call_exception_handler(context)
124 self._loop.call_exception_handler(context)
719 self._loop.call_exception_handler({
553 self.call_exception_handler({1746 def call_exception_handler(self, context): member in BaseEventLoop
136 loop.call_exception_handler = call_exc_handler_mock174 loop.call_exception_handler = mock.Mock()
218 self.loop.call_exception_handler = mock.Mock()240 self.assertFalse(self.loop.call_exception_handler.called)
580 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()
412 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)
2154 self.loop.call_exception_handler = mock.Mock()2159 self.loop.call_exception_handler.assert_called_with({2498 NotImplementedError, loop.call_exception_handler, f)
851 self.loop.call_exception_handler = mock.Mock()860 self.assertFalse(self.loop.call_exception_handler.called)
2922 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()
143 loop.call_exception_handler({
246 * - :meth:`loop.call_exception_handler`
1160 (see :meth:`call_exception_handler` documentation for details1179 :meth:`call_exception_handler`.1181 .. method:: loop.call_exception_handler(context)
1416 _Py_IDENTIFIER(call_exception_handler); in FutureObj_finalize()2377 _Py_IDENTIFIER(call_exception_handler); in TaskObj_finalize()
2302 loop.call_exception_handler().