HomeSort by relevance Sort by last modified time
    Searched refs:call_exception_handler (Results 1 - 14 of 14) sorted by null

  /external/python/cpython3/Lib/asyncio/
transports.py 263 self._loop.call_exception_handler({
277 self._loop.call_exception_handler({
futures.py 107 self.loop.call_exception_handler({'message': msg})
185 self._loop.call_exception_handler(context)
windows_events.py 71 self._loop.call_exception_handler(context)
142 self._loop.call_exception_handler(context)
229 self._loop.call_exception_handler(context)
351 self.call_exception_handler({
683 self._loop.call_exception_handler({
742 self._loop.call_exception_handler(context)
proactor_events.py 104 self._loop.call_exception_handler({
485 self.call_exception_handler({
521 self.call_exception_handler({
events.py 138 self._loop.call_exception_handler(context)
505 def call_exception_handler(self, context): member in class:AbstractEventLoop
selector_events.py 194 self.call_exception_handler({
247 self.call_exception_handler(context)
640 self._loop.call_exception_handler({
    [all...]
unix_events.py 432 self._loop.call_exception_handler({
636 self._loop.call_exception_handler({
815 self._loop.call_exception_handler({
    [all...]
sslproto.py 674 self._loop.call_exception_handler({
tasks.py 91 self._loop.call_exception_handler(context)
base_events.py 397 self.call_exception_handler({
1261 def call_exception_handler(self, context): member in class:BaseEventLoop
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 533 self.loop.call_exception_handler = mock.Mock()
536 self.assertTrue(self.loop.call_exception_handler.called)
test_base_events.py 836 self.loop.call_exception_handler = mock.Mock()
845 self.assertFalse(self.loop.call_exception_handler.called)
    [all...]
test_events.py     [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 786 _Py_IDENTIFIER(call_exception_handler);
    [all...]

Completed in 1107 milliseconds