Searched refs:ApplyResult (Results 1 – 2 of 2) sorted by relevance
296 result = ApplyResult(self._cache, callback)540 class ApplyResult(object): class586 AsyncResult = ApplyResult # create alias -- see #17805592 class MapResult(ApplyResult):595 ApplyResult.__init__(self, cache, callback)
363 result = ApplyResult(self._cache, callback, error_callback)629 class ApplyResult(object): class668 AsyncResult = ApplyResult # create alias -- see #17805674 class MapResult(ApplyResult):677 ApplyResult.__init__(self, cache, callback,