Searched refs:_get_loop (Results 1 – 7 of 7) sorted by relevance
105 fut = self._get_loop().create_future()210 fut = self._get_loop().create_future()265 fut = self._get_loop().create_future()382 fut = self._get_loop().create_future()
61 if futures._get_loop(t) is loop and not t.done()}255 if futures._get_loop(result) is not self._loop:620 if loop is not None and loop is not futures._get_loop(coro_or_future):778 loop = futures._get_loop(fut)830 loop = futures._get_loop(inner)
296 def _get_loop(fut): function375 source_loop = _get_loop(source) if isfuture(source) else None376 dest_loop = _get_loop(destination) if isfuture(destination) else None
118 putter = self._get_loop().create_future()156 getter = self._get_loop().create_future()
22 def _get_loop(self): member in _LoopBoundMixin
191 futures._get_loop(fut).stop()
273 queue._get_loop()505 q._get_loop()