Searched refs:set_child_watcher (Results 1 – 8 of 8) sorted by relevance
81 The :meth:`policy.set_child_watcher()82 <AbstractEventLoopPolicy.set_child_watcher>` function is also
82 .. method:: set_child_watcher(watcher)135 .. function:: set_child_watcher(watcher)144 :func:`set_child_watcher` might be prohibited or have no effect.
605 def set_child_watcher(self, watcher): member in AbstractEventLoopPolicy770 def set_child_watcher(watcher): function773 return get_event_loop_policy().set_child_watcher(watcher)
1129 def set_child_watcher(self, watcher): member in _UnixDefaultEventLoopPolicy
523 policy.set_child_watcher(watcher)524 self.addCleanup(policy.set_child_watcher, None)
728 asyncio.set_child_watcher(watcher)735 asyncio.set_child_watcher(None)
2607 asyncio.set_child_watcher(watcher)2610 asyncio.set_child_watcher(None)3098 self.assertRaises(NotImplementedError, policy.set_child_watcher,3212 asyncio.set_child_watcher(watcher)3217 asyncio.set_child_watcher(None)
1816 policy.set_child_watcher(watcher)