Lines Matching refs:result
214 TimeoutError: If the entire result iterator could not be generated
317 return fut.result(timeout)
326 """Represents the result of an asynchronous computation."""
428 def result(self, timeout=None):
429 """Return the result of the call that the future represents.
432 timeout: The number of seconds to wait for the result if the future
436 The result of the call that the future represents.
537 def set_result(self, result):
545 self._result = result
553 """Sets the result of the future as being the given exception.
601 TimeoutError: If the entire result iterator could not be generated