Home
last modified time | relevance | path

Searched refs:SelectorEventLoop (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py543 return asyncio.SelectorEventLoop()
559 return asyncio.SelectorEventLoop(
567 return asyncio.SelectorEventLoop(selectors.EpollSelector())
574 return asyncio.SelectorEventLoop(selectors.PollSelector())
581 return asyncio.SelectorEventLoop(selectors.SelectSelector())
H A Dtest_sock_lowlevel.py552 return asyncio.SelectorEventLoop()
568 return asyncio.SelectorEventLoop(
576 return asyncio.SelectorEventLoop(selectors.EpollSelector())
583 return asyncio.SelectorEventLoop(selectors.PollSelector())
590 return asyncio.SelectorEventLoop(selectors.SelectSelector())
H A Dtest_buffered_proto.py77 return asyncio.SelectorEventLoop()
H A Dtest_server.py73 return asyncio.SelectorEventLoop()
H A Dtest_windows_events.py300 asyncio.SelectorEventLoop)
H A Dtest_events.py2071 return asyncio.SelectorEventLoop()
2115 return asyncio.SelectorEventLoop(
2140 return asyncio.SelectorEventLoop(selectors.EpollSelector())
2148 return asyncio.SelectorEventLoop(selectors.PollSelector())
2156 return asyncio.SelectorEventLoop(selectors.SelectSelector())
H A Dtest_sslproto.py767 return asyncio.SelectorEventLoop()
H A Dtest_unix_events.py60 self.loop = asyncio.SelectorEventLoop()
283 self.loop = asyncio.SelectorEventLoop()
H A Dtest_base_events.py1072 self.loop = asyncio.SelectorEventLoop()
/third_party/python/Lib/asyncio/
H A Dwindows_events.py30 'SelectorEventLoop', 'ProactorEventLoop', 'IocpProactor',
933 SelectorEventLoop = _WindowsSelectorEventLoop variable
937 _loop_factory = SelectorEventLoop
H A Dunix_events.py30 'SelectorEventLoop',
60 Adds signal handling and UNIX Domain Socket support to SelectorEventLoop.
1484 SelectorEventLoop = _UnixSelectorEventLoop variable

Completed in 18 milliseconds