MCPcopy
hub / github.com/celery/celery / _maybe_reraise_parent_error

Method _maybe_reraise_parent_error

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

Source from the content-addressed store, hash-verified

262 wait = get # deprecated alias to :meth:`get`.
263
264 def _maybe_reraise_parent_error(self):
265 for node in reversed(list(self._parents())):
266 node.maybe_throw()
267
268 def _parents(self):
269 node = self.parent

Callers 1

getMethod · 0.95

Calls 2

_parentsMethod · 0.95
maybe_throwMethod · 0.45

Tested by

no test coverage detected