Home
last modified time | relevance | path

Searched refs:BaseProactorEventLoop (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py10 from asyncio.proactor_events import BaseProactorEventLoop
715 self.loop = BaseProactorEventLoop(self.proactor)
723 loop = BaseProactorEventLoop(self.proactor)
Dtest_sock_lowlevel.py76 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):
Dtest_events.py741 isinstance(self.loop, proactor_events.BaseProactorEventLoop)
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):
Dproactor_events.py622 class BaseProactorEventLoop(base_events.BaseEventLoop): class