Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dasyncio-policy.rst137 :class:`FastChildWatcher`.
248 .. class:: FastChildWatcher
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1662 if isinstance(self.watcher, asyncio.FastChildWatcher):
1800 if isinstance(self.watcher, asyncio.FastChildWatcher):
1812 if isinstance(self.watcher, asyncio.FastChildWatcher):
1823 return asyncio.FastChildWatcher()
1844 watcher = asyncio.FastChildWatcher()
Dtest_subprocess.py700 Watcher = unix_events.FastChildWatcher
/external/python/cpython3/Lib/asyncio/
Dunix_events.py1100 class FastChildWatcher(BaseChildWatcher): class