Searched refs:BaseProactorEventLoop (Results 1 – 14 of 14) sorted by relevance
10 from asyncio.proactor_events import BaseProactorEventLoop755 self.loop = BaseProactorEventLoop(self.proactor)763 loop = BaseProactorEventLoop(self.proactor)
76 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):
309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):
629 class BaseProactorEventLoop(base_events.BaseEventLoop): class