Home
last modified time | relevance | path

Searched refs:set_child_watcher (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-platforms.rst80 The :meth:`policy.set_child_watcher()
81 <AbstractEventLoopPolicy.set_child_watcher>` function is also
Dasyncio-policy.rst82 .. method:: set_child_watcher(watcher)
149 .. function:: set_child_watcher(watcher)
158 :func:`set_child_watcher` might be prohibited or have no effect.
/external/python/cpython3/Lib/asyncio/
Devents.py604 def set_child_watcher(self, watcher): member in AbstractEventLoopPolicy
769 def set_child_watcher(watcher): function
772 return get_event_loop_policy().set_child_watcher(watcher)
Dunix_events.py1454 def set_child_watcher(self, watcher): member in _UnixDefaultEventLoopPolicy
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py672 policy.set_child_watcher(watcher)
678 policy.set_child_watcher(None)
736 asyncio.set_child_watcher(watcher)
Dtest_events.py2045 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)
Dtest_streams.py760 asyncio.set_child_watcher(watcher)
768 asyncio.set_child_watcher(None)
Dtest_unix_events.py1846 policy.set_child_watcher(watcher)
1865 policy.set_child_watcher(asyncio.SafeChildWatcher())
1878 policy.set_child_watcher(watcher)