Searched refs:_PyFuture (Results 1 – 4 of 4) sorted by relevance
657 cls = futures._PyFuture885 return futures._PyFuture(loop=self.loop)918 return futures._PyFuture
3011 Future = futures._PyFuture3028 Future = futures._PyFuture3043 Future = futures._PyFuture3049 Future = futures._PyFuture
293 _PyFuture = Future variable
74 class Task(futures._PyFuture): # Inherit Python Task implementation