HomeSort by relevance Sort by last modified time
    Searched refs:set_child_watcher (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/asyncio/
events.py 9 'get_child_watcher', 'set_child_watcher',
605 def set_child_watcher(self, watcher): member in class:AbstractEventLoopPolicy
770 def set_child_watcher(watcher): function
772 get_event_loop_policy().set_child_watcher(watcher)."""
773 return get_event_loop_policy().set_child_watcher(watcher)
unix_events.py 1129 def set_child_watcher(self, watcher): member in class:_UnixDefaultEventLoopPolicy
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_subprocess.py 523 policy.set_child_watcher(watcher)
524 self.addCleanup(policy.set_child_watcher, None)
test_streams.py 728 asyncio.set_child_watcher(watcher)
735 asyncio.set_child_watcher(None)
    [all...]
test_events.py     [all...]
test_unix_events.py     [all...]

Completed in 800 milliseconds