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

  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py     [all...]
  /external/python/cpython3/Lib/asyncio/
unix_events.py 192 watcher.add_child_handler(transp.get_pid(),
775 New callbacks are registered with .add_child_handler(). Starting a new
783 watcher.add_child_handler(proc.pid, callback)
792 def add_child_handler(self, pid, callback, *args): member in class:AbstractChildWatcher
921 def add_child_handler(self, pid, callback, *args): member in class:SafeChildWatcher
1020 def add_child_handler(self, pid, callback, *args): member in class:FastChildWatcher
    [all...]

Completed in 180 milliseconds