Home
last modified time | relevance | path

Searched defs:_loop_factory (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dwindows_events.py895 _loop_factory = SelectorEventLoop variable in WindowsSelectorEventLoopPolicy
899 _loop_factory = ProactorEventLoop variable in WindowsProactorEventLoopPolicy
Devents.py679 _loop_factory = None variable in BaseDefaultEventLoopPolicy
Dunix_events.py1479 _loop_factory = _UnixSelectorEventLoop variable in _UnixDefaultEventLoopPolicy