Searched refs:_PyFuture (Results 1 – 4 of 4) sorted by relevance
615 cls = futures._PyFuture843 return futures._PyFuture(loop=self.loop)876 return futures._PyFuture
2953 Future = futures._PyFuture2970 Future = futures._PyFuture2985 Future = futures._PyFuture2991 Future = futures._PyFuture
293 _PyFuture = Future variable
98 class Task(futures._PyFuture): # Inherit Python Task implementation