Home
last modified time | relevance | path

Searched refs:get_child_watcher (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/asyncio/
H A Devents.py9 'get_child_watcher', 'set_child_watcher',
635 def get_child_watcher(self): member in AbstractEventLoopPolicy
809 def get_child_watcher(): function
810 """Equivalent to calling get_event_loop_policy().get_child_watcher()."""
811 return get_event_loop_policy().get_child_watcher()
H A Dunix_events.py198 with events.get_child_watcher() as watcher:
204 raise RuntimeError("asyncio.get_child_watcher() is not activated, "
1463 def get_child_watcher(self): member in _UnixDefaultEventLoopPolicy
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py588 asyncio.get_child_watcher()._callbacks.clear()
724 watcher = policy.get_child_watcher()
H A Dutils.py548 watcher = policy.get_child_watcher()
H A Dtest_unix_events.py1705 watcher = policy.get_child_watcher()
1710 self.assertIs(watcher, policy.get_child_watcher())
1718 self.assertIs(watcher, policy.get_child_watcher())
1727 watcher = policy.get_child_watcher()
H A Dtest_events.py2584 self.assertRaises(NotImplementedError, policy.get_child_watcher)

Completed in 12 milliseconds