Searched refs:BaseProactorEventLoop (Results 1 – 5 of 5) sorted by relevance
10 from asyncio.proactor_events import BaseProactorEventLoop707 self.loop = BaseProactorEventLoop(self.proactor)715 loop = BaseProactorEventLoop(self.proactor)
73 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):
741 isinstance(self.loop, proactor_events.BaseProactorEventLoop)
621 class BaseProactorEventLoop(base_events.BaseEventLoop): class
309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):