Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dfutures.py340 _PyFuture = Future variable
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py490 return futures._PyFuture(*args, **kwargs)
615 return futures._PyFuture(loop=self.loop)
Dtest_tasks.py2097 Future = futures._PyFuture
2109 Future = futures._PyFuture
2115 Future = futures._PyFuture