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

  /external/python/cpython3/Lib/asyncio/
unix_events.py 811 def attach_loop(self, loop): member in class:AbstractChildWatcher
846 self.attach_loop(None)
854 def attach_loop(self, loop): member in class:BaseChildWatcher
880 # in 'attach_loop'
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py     [all...]
test_subprocess.py 522 watcher.attach_loop(self.loop)
test_streams.py 726 watcher.attach_loop(self.loop)
    [all...]
test_events.py     [all...]

Completed in 238 milliseconds