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

  /external/python/cpython3/Lib/asyncio/
events.py 9 'get_child_watcher', 'set_child_watcher',
601 def get_child_watcher(self): member in class:AbstractEventLoopPolicy
765 def get_child_watcher(): function
766 """Equivalent to calling get_event_loop_policy().get_child_watcher()."""
767 return get_event_loop_policy().get_child_watcher()
unix_events.py 185 with events.get_child_watcher() as watcher:
1119 def get_child_watcher(self): member in class:_UnixDefaultEventLoopPolicy
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py     [all...]
test_subprocess.py 464 asyncio.get_child_watcher()._callbacks.clear()
test_events.py     [all...]

Completed in 194 milliseconds