Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py11 from asyncio.proactor_events import BaseProactorEventLoop
736 self.loop = BaseProactorEventLoop(self.proactor)
739 @mock.patch.object(BaseProactorEventLoop, 'call_soon')
744 loop = BaseProactorEventLoop(self.proactor)
Dtest_events.py419 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):
844 isinstance(self.loop, proactor_events.BaseProactorEventLoop)
1389 isinstance(self.loop, proactor_events.BaseProactorEventLoop)):
/external/python/cpython3/Lib/asyncio/
Dproactor_events.py481 class BaseProactorEventLoop(base_events.BaseEventLoop): class
Dwindows_events.py303 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):