Searched refs:SafeChildWatcher (Results 1 – 6 of 6) sorted by relevance
122 implementations: :class:`SafeChildWatcher` (configured to be used182 .. class:: SafeChildWatcher
1113 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)
529 Watcher = unix_events.SafeChildWatcher
725 watcher = asyncio.SafeChildWatcher()
2605 watcher = asyncio.SafeChildWatcher()3210 watcher = asyncio.SafeChildWatcher()
900 class SafeChildWatcher(BaseChildWatcher): class1100 self._watcher = SafeChildWatcher()