MCPcopy
hub / github.com/celery/celery / _parents

Method _parents

celery/result.py:268–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

266 node.maybe_throw()
267
268 def _parents(self):
269 node = self.parent
270 while node:
271 yield node
272 node = node.parent
273
274 def collect(self, intermediate=False, **kwargs):
275 """Collect results as they return.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected