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.rst81 The :meth:`policy.set_child_watcher()
82 <AbstractEventLoopPolicy.set_child_watcher>` function is also
Dasyncio-policy.rst82 .. method:: set_child_watcher(watcher)
135 .. function:: set_child_watcher(watcher)
144 :func:`set_child_watcher` might be prohibited or have no effect.
/external/python/cpython3/Lib/asyncio/
Devents.py605 def set_child_watcher(self, watcher): member in AbstractEventLoopPolicy
770 def set_child_watcher(watcher): function
773 return get_event_loop_policy().set_child_watcher(watcher)
Dunix_events.py1129 def set_child_watcher(self, watcher): member in _UnixDefaultEventLoopPolicy
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py523 policy.set_child_watcher(watcher)
524 self.addCleanup(policy.set_child_watcher, None)
Dtest_streams.py728 asyncio.set_child_watcher(watcher)
735 asyncio.set_child_watcher(None)
Dtest_events.py2607 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)
Dtest_unix_events.py1816 policy.set_child_watcher(watcher)