MCPcopy
hub / github.com/celery/celery / throw

Method throw

celery/result.py:359–360  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

357 return self.state == states.FAILURE
358
359 def throw(self, *args, **kwargs):
360 self.on_ready.throw(*args, **kwargs)
361
362 def maybe_throw(self, propagate=True, callback=None):
363 cache = self._get_task_meta() if self._cache is None else self._cache

Callers 1

maybe_throwMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected