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.py811 def attach_loop(self, loop): member in AbstractChildWatcher
846 self.attach_loop(None)
854 def attach_loop(self, loop): member in BaseChildWatcher
1103 self._watcher.attach_loop(self._local._loop)
1117 self._watcher.attach_loop(loop)
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1070 NotImplementedError, watcher.attach_loop, f)
1110 self.watcher.attach_loop(self.loop)
1667 self.watcher.attach_loop(self.loop)
1703 self.watcher.attach_loop(None)
1723 self.watcher.attach_loop(self.loop)
Dtest_subprocess.py522 watcher.attach_loop(self.loop)
Dtest_streams.py726 watcher.attach_loop(self.loop)
Dtest_events.py2606 watcher.attach_loop(self.loop)
3211 watcher.attach_loop(self.loop)
/external/python/cpython3/Doc/library/
Dasyncio-policy.rst166 .. method:: attach_loop(loop)