Searched refs:FastChildWatcher (Results 1 – 4 of 4) sorted by relevance
123 by default) and :class:`FastChildWatcher`.193 .. class:: FastChildWatcher
1622 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()
534 Watcher = unix_events.FastChildWatcher
979 class FastChildWatcher(BaseChildWatcher): class