Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dtest_proactor_events.py10 from asyncio.proactor_events import BaseProactorEventLoop
707 self.loop = BaseProactorEventLoop(self.proactor)
715 loop = BaseProactorEventLoop(self.proactor)
Dtest_sock_lowlevel.py73 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):
Dtest_events.py741 isinstance(self.loop, proactor_events.BaseProactorEventLoop)
/third_party/python/Lib/asyncio/
Dproactor_events.py621 class BaseProactorEventLoop(base_events.BaseEventLoop): class
Dwindows_events.py309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):