Home | History | Annotate | Download | only in asyncio

Lines Matching full:attach_loop

745     def attach_loop(self, loop):
780 self.attach_loop(None)
788 def attach_loop(self, loop):
814 # in 'attach_loop'
1037 self._watcher.attach_loop(self._local._loop)
1043 .set_event_loop() from the main thread will call .attach_loop(loop) on
1051 self._watcher.attach_loop(loop)