Searched refs:SelectorEventLoop (Results 1 – 17 of 17) sorted by relevance
45 :class:`SelectorEventLoop` has the following limitations:78 subprocesses, whereas :class:`SelectorEventLoop` does not.95 character devices on these versions. The :class:`SelectorEventLoop`104 loop = asyncio.SelectorEventLoop(selector)
94 The default asyncio policy. Uses :class:`SelectorEventLoop`108 :class:`SelectorEventLoop` event loop implementation.
84 :class:`SelectorEventLoop` and :class:`ProactorEventLoop` classes;999 With :class:`SelectorEventLoop` event loop, the *pipe* is set to1015 With :class:`SelectorEventLoop` event loop, the *pipe* is set to1020 :class:`SelectorEventLoop` does not support the above methods on1498 :class:`SelectorEventLoop` and :class:`ProactorEventLoop`.1500 By default asyncio is configured to use :class:`SelectorEventLoop`1504 .. class:: SelectorEventLoop1516 loop = asyncio.SelectorEventLoop(selector)
311 :class:`SelectorEventLoop` has no subprocess support.
472 return asyncio.SelectorEventLoop()488 return asyncio.SelectorEventLoop(496 return asyncio.SelectorEventLoop(selectors.EpollSelector())503 return asyncio.SelectorEventLoop(selectors.PollSelector())510 return asyncio.SelectorEventLoop(selectors.SelectSelector())
524 return asyncio.SelectorEventLoop()540 return asyncio.SelectorEventLoop(548 return asyncio.SelectorEventLoop(selectors.EpollSelector())555 return asyncio.SelectorEventLoop(selectors.PollSelector())562 return asyncio.SelectorEventLoop(selectors.SelectSelector())
77 return asyncio.SelectorEventLoop()
74 return asyncio.SelectorEventLoop()
249 asyncio.SelectorEventLoop)
2014 return asyncio.SelectorEventLoop()2058 return asyncio.SelectorEventLoop(2083 return asyncio.SelectorEventLoop(selectors.EpollSelector())2091 return asyncio.SelectorEventLoop(selectors.PollSelector())2099 return asyncio.SelectorEventLoop(selectors.SelectSelector())
765 return asyncio.SelectorEventLoop()
51 self.loop = asyncio.SelectorEventLoop()274 self.loop = asyncio.SelectorEventLoop()
1058 self.loop = asyncio.SelectorEventLoop()
897 SelectorEventLoop = _WindowsSelectorEventLoop variable901 _loop_factory = SelectorEventLoop
1465 SelectorEventLoop = _UnixSelectorEventLoop variable
1374 Fix :meth:`asyncio.SelectorEventLoop.subprocess_exec()` leaks file
3033 SelectorEventLoop, by default.