Searched refs:get_child_watcher (Results 1 – 7 of 7) sorted by relevance
601 def get_child_watcher(self): member in AbstractEventLoopPolicy765 def get_child_watcher(): function767 return get_event_loop_policy().get_child_watcher()
185 with events.get_child_watcher() as watcher:1119 def get_child_watcher(self): member in _UnixDefaultEventLoopPolicy
73 .. method:: get_child_watcher()131 .. function:: get_child_watcher()
303 :func:`get_child_watcher` function in the main thread to instantiate
1804 watcher = policy.get_child_watcher()1809 self.assertIs(watcher, policy.get_child_watcher())1818 self.assertIs(watcher, policy.get_child_watcher())1825 watcher = policy.get_child_watcher()1839 watcher = policy.get_child_watcher()1856 watcher = policy.get_child_watcher()
464 asyncio.get_child_watcher()._callbacks.clear()
3097 self.assertRaises(NotImplementedError, policy.get_child_watcher)