Home
last modified time | relevance | path

Searched refs:FastChildWatcher (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-policy.rst123 by default) and :class:`FastChildWatcher`.
193 .. class:: FastChildWatcher
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1622 if isinstance(self.watcher, asyncio.FastChildWatcher):
1760 if isinstance(self.watcher, asyncio.FastChildWatcher):
1772 if isinstance(self.watcher, asyncio.FastChildWatcher):
1792 return asyncio.FastChildWatcher()
1814 watcher = asyncio.FastChildWatcher()
Dtest_subprocess.py534 Watcher = unix_events.FastChildWatcher
/external/python/cpython3/Lib/asyncio/
Dunix_events.py979 class FastChildWatcher(BaseChildWatcher): class