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}
279 if futures._get_loop(result) is not self._loop:
669 if loop is not None and loop is not futures._get_loop(coro_or_future):
824 loop = futures._get_loop(fut)
880 loop = futures._get_loop(inner)
Dfutures.py296 def _get_loop(fut): function
375 source_loop = _get_loop(source) if isfuture(source) else None
376 dest_loop = _get_loop(destination) if isfuture(destination) else None
Dbase_events.py191 futures._get_loop(fut).stop()