Searched refs:set_child_watcher (Results 1 – 8 of 8) sorted by relevance
80 The :meth:`policy.set_child_watcher()81 <AbstractEventLoopPolicy.set_child_watcher>` function is also
82 .. method:: set_child_watcher(watcher)149 .. function:: set_child_watcher(watcher)158 :func:`set_child_watcher` might be prohibited or have no effect.
604 def set_child_watcher(self, watcher): member in AbstractEventLoopPolicy769 def set_child_watcher(watcher): function772 return get_event_loop_policy().set_child_watcher(watcher)
1454 def set_child_watcher(self, watcher): member in _UnixDefaultEventLoopPolicy
672 policy.set_child_watcher(watcher)678 policy.set_child_watcher(None)736 asyncio.set_child_watcher(watcher)
2045 asyncio.set_child_watcher(watcher)2048 asyncio.set_child_watcher(None)2535 self.assertRaises(NotImplementedError, policy.set_child_watcher,2649 asyncio.set_child_watcher(watcher)2654 asyncio.set_child_watcher(None)
760 asyncio.set_child_watcher(watcher)768 asyncio.set_child_watcher(None)
1846 policy.set_child_watcher(watcher)1865 policy.set_child_watcher(asyncio.SafeChildWatcher())1878 policy.set_child_watcher(watcher)