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

  /external/python/cpython3/Lib/asyncio/
unix_events.py 745 def attach_loop(self, loop): member in class:AbstractChildWatcher
780 self.attach_loop(None)
788 def attach_loop(self, loop): member in class:BaseChildWatcher
814 # in 'attach_loop'
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py 817 NotImplementedError, watcher.attach_loop, f)
857 self.watcher.attach_loop(self.loop)
    [all...]
test_subprocess.py 500 watcher.attach_loop(self.loop)
test_streams.py 728 watcher.attach_loop(self.loop)
test_events.py     [all...]

Completed in 278 milliseconds