Searched refs:BaseProactorEventLoop (Results 1 – 4 of 4) sorted by relevance
11 from asyncio.proactor_events import BaseProactorEventLoop736 self.loop = BaseProactorEventLoop(self.proactor)739 @mock.patch.object(BaseProactorEventLoop, 'call_soon')744 loop = BaseProactorEventLoop(self.proactor)
419 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):844 isinstance(self.loop, proactor_events.BaseProactorEventLoop)1389 isinstance(self.loop, proactor_events.BaseProactorEventLoop)):
481 class BaseProactorEventLoop(base_events.BaseEventLoop): class
303 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):