Home
last modified time | relevance | path

Searched refs:SafeChildWatcher (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-policy.rst122 implementations: :class:`SafeChildWatcher` (configured to be used
182 .. class:: SafeChildWatcher
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1113 if isinstance(self.watcher, asyncio.SafeChildWatcher) or pid != -1:
1787 return asyncio.SafeChildWatcher()
1805 self.assertIsInstance(watcher, asyncio.SafeChildWatcher)
1827 self.assertIsInstance(watcher, asyncio.SafeChildWatcher)
1841 self.assertIsInstance(watcher, asyncio.SafeChildWatcher)
Dtest_subprocess.py529 Watcher = unix_events.SafeChildWatcher
Dtest_streams.py725 watcher = asyncio.SafeChildWatcher()
Dtest_events.py2605 watcher = asyncio.SafeChildWatcher()
3210 watcher = asyncio.SafeChildWatcher()
/external/python/cpython3/Lib/asyncio/
Dunix_events.py900 class SafeChildWatcher(BaseChildWatcher): class
1100 self._watcher = SafeChildWatcher()