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

  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 11 from asyncio.proactor_events import BaseProactorEventLoop
736 self.loop = BaseProactorEventLoop(self.proactor)
739 @mock.patch.object(BaseProactorEventLoop, 'call_soon')
744 loop = BaseProactorEventLoop(self.proactor)
    [all...]
test_events.py 419 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):
844 isinstance(self.loop, proactor_events.BaseProactorEventLoop)
    [all...]
  /external/python/cpython3/Lib/asyncio/
proactor_events.py 7 __all__ = 'BaseProactorEventLoop',
481 class BaseProactorEventLoop(base_events.BaseEventLoop):
windows_events.py 303 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):
759 # BaseProactorEventLoop._stop_serving() which will make any

Completed in 91 milliseconds