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