Home
last modified time | relevance | path

Searched refs:set_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',
639 def set_child_watcher(self, watcher): member in AbstractEventLoopPolicy
814 def set_child_watcher(watcher): function
816 get_event_loop_policy().set_child_watcher(watcher)."""
817 return get_event_loop_policy().set_child_watcher(watcher)
H A Dunix_events.py1473 def set_child_watcher(self, watcher): member in _UnixDefaultEventLoopPolicy
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py719 policy.set_child_watcher(watcher)
725 policy.set_child_watcher(None)
778 asyncio.set_child_watcher(watcher)
H A Dtest_events.py2102 asyncio.set_child_watcher(watcher)
2105 asyncio.set_child_watcher(None)
2585 self.assertRaises(NotImplementedError, policy.set_child_watcher,
2700 asyncio.set_child_watcher(watcher)
2705 asyncio.set_child_watcher(None)
H A Dtest_unix_events.py1716 policy.set_child_watcher(watcher)
1735 policy.set_child_watcher(asyncio.SafeChildWatcher())
1749 policy.set_child_watcher(watcher)
H A Dtest_streams.py798 asyncio.set_child_watcher(watcher)
806 asyncio.set_child_watcher(None)

Completed in 12 milliseconds