Home
last modified time | relevance | path

Searched refs:_get_loop (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dtasks.py61 if futures._get_loop(t) is loop and not t.done()}
85 return {t for t in tasks if futures._get_loop(t) is loop}
301 if futures._get_loop(result) is not self._loop:
666 if loop is not None and loop is not futures._get_loop(coro_or_future):
808 loop = futures._get_loop(fut)
864 loop = futures._get_loop(inner)
Dfutures.py272 def _get_loop(fut): function
351 source_loop = _get_loop(source) if isfuture(source) else None
352 dest_loop = _get_loop(destination) if isfuture(destination) else None
Dbase_events.py191 futures._get_loop(fut).stop()