Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py657 cls = futures._PyFuture
885 return futures._PyFuture(loop=self.loop)
918 return futures._PyFuture
Dtest_tasks.py3011 Future = futures._PyFuture
3028 Future = futures._PyFuture
3043 Future = futures._PyFuture
3049 Future = futures._PyFuture
/third_party/python/Lib/asyncio/
Dfutures.py293 _PyFuture = Future variable
Dtasks.py74 class Task(futures._PyFuture): # Inherit Python Task implementation