Home
last modified time | relevance | path

Searched refs:ProactorEventLoop (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_buffered_proto.py80 @unittest.skipUnless(hasattr(asyncio, 'ProactorEventLoop'), 'Windows only')
85 return asyncio.ProactorEventLoop()
H A Dtest_server.py123 @unittest.skipUnless(hasattr(asyncio, 'ProactorEventLoop'), 'Windows only')
127 return asyncio.ProactorEventLoop()
H A Dtest_windows_events.py86 self.loop = asyncio.ProactorEventLoop()
314 asyncio.ProactorEventLoop)
H A Dtest_sendfile.py343 if isinstance(self.loop, asyncio.ProactorEventLoop):
549 return asyncio.ProactorEventLoop()
H A Dtest_sock_lowlevel.py215 # ProactorEventLoop could deliver hello, so endswith is necessary
449 if isinstance(self.loop, asyncio.ProactorEventLoop):
450 raise unittest.SkipTest('Not relevant to ProactorEventLoop')
558 return asyncio.ProactorEventLoop()
H A Dtest_subprocess.py800 self.loop = asyncio.ProactorEventLoop()
H A Dtest_sslproto.py771 @unittest.skipUnless(hasattr(asyncio, 'ProactorEventLoop'), 'Windows only')
775 return asyncio.ProactorEventLoop()
H A Dtest_proactor_events.py999 self.loop = asyncio.ProactorEventLoop()
H A Dtest_events.py2078 return asyncio.ProactorEventLoop()
/third_party/python/Lib/asyncio/
H A Dwindows_events.py30 'SelectorEventLoop', 'ProactorEventLoop', 'IocpProactor',
309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop): class
941 _loop_factory = ProactorEventLoop

Completed in 11 milliseconds