Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dasyncio-policy.rst137 :class:`FastChildWatcher`.
248 .. class:: FastChildWatcher
/third_party/python/Lib/test/test_asyncio/
Dtest_unix_events.py1532 if isinstance(self.watcher, asyncio.FastChildWatcher):
1670 if isinstance(self.watcher, asyncio.FastChildWatcher):
1682 if isinstance(self.watcher, asyncio.FastChildWatcher):
1693 return asyncio.FastChildWatcher()
1714 watcher = asyncio.FastChildWatcher()
Dtest_subprocess.py683 Watcher = unix_events.FastChildWatcher
/third_party/python/Lib/asyncio/
Dunix_events.py1096 class FastChildWatcher(BaseChildWatcher): class