Searched refs:ProactorEventLoop (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_buffered_proto.py | 80 @unittest.skipUnless(hasattr(asyncio, 'ProactorEventLoop'), 'Windows only') 85 return asyncio.ProactorEventLoop()
|
H A D | test_server.py | 123 @unittest.skipUnless(hasattr(asyncio, 'ProactorEventLoop'), 'Windows only') 127 return asyncio.ProactorEventLoop()
|
H A D | test_windows_events.py | 86 self.loop = asyncio.ProactorEventLoop() 314 asyncio.ProactorEventLoop)
|
H A D | test_sendfile.py | 343 if isinstance(self.loop, asyncio.ProactorEventLoop): 549 return asyncio.ProactorEventLoop()
|
H A D | test_sock_lowlevel.py | 215 # 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 D | test_subprocess.py | 800 self.loop = asyncio.ProactorEventLoop()
|
H A D | test_sslproto.py | 771 @unittest.skipUnless(hasattr(asyncio, 'ProactorEventLoop'), 'Windows only') 775 return asyncio.ProactorEventLoop()
|
H A D | test_proactor_events.py | 999 self.loop = asyncio.ProactorEventLoop()
|
H A D | test_events.py | 2078 return asyncio.ProactorEventLoop()
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 30 'SelectorEventLoop', 'ProactorEventLoop', 'IocpProactor', 309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop): class 941 _loop_factory = ProactorEventLoop
|
Completed in 11 milliseconds