Home
last modified time | relevance | path

Searched refs:attach_loop (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dunix_events.py844 def attach_loop(self, loop): member in AbstractChildWatcher
907 self.attach_loop(None)
909 def attach_loop(self, loop): member in PidfdChildWatcher
980 self.attach_loop(None)
991 def attach_loop(self, loop): member in BaseChildWatcher
1261 def attach_loop(self, loop): member in MultiLoopChildWatcher
1385 def attach_loop(self, loop): member in ThreadedChildWatcher
1428 self._watcher.attach_loop(self._local._loop)
1442 self._watcher.attach_loop(loop)
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1108 NotImplementedError, watcher.attach_loop, f)
1150 self.watcher.attach_loop(self.loop)
1707 self.watcher.attach_loop(self.loop)
1743 self.watcher.attach_loop(None)
1763 self.watcher.attach_loop(self.loop)
1879 watcher.attach_loop(loop)
Dtest_subprocess.py671 watcher.attach_loop(self.loop)
679 watcher.attach_loop(None)
Dtest_streams.py758 watcher.attach_loop(self.loop)
Dtest_events.py2044 watcher.attach_loop(self.loop)
2648 watcher.attach_loop(self.loop)
/external/python/cpython3/Doc/library/
Dasyncio-policy.rst180 .. method:: attach_loop(loop)