Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dfutures.py269 _PyFuture = Future variable
Dtasks.py55 class Task(futures._PyFuture): # Inherit Python Task implementation
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py590 cls = futures._PyFuture
818 return futures._PyFuture(loop=self.loop)
Dtest_tasks.py2541 Future = futures._PyFuture
2558 Future = futures._PyFuture
2573 Future = futures._PyFuture
2579 Future = futures._PyFuture