Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
H A Dtest_proactor_events.py10 from asyncio.proactor_events import BaseProactorEventLoop namespace
755 self.loop = BaseProactorEventLoop(self.proactor)
763 loop = BaseProactorEventLoop(self.proactor)
H A Dtest_sock_lowlevel.py76 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):
/third_party/python/Lib/asyncio/
H A Dwindows_events.py309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):
863 # BaseProactorEventLoop._stop_serving() which will make any
H A Dproactor_events.py7 __all__ = 'BaseProactorEventLoop',
629 class BaseProactorEventLoop(base_events.BaseEventLoop): class

Completed in 6 milliseconds