MCPcopy
hub / github.com/celery/celery / get

Method get

t/unit/tasks/test_result.py:610–613  ·  view source on GitHub ↗
(self, propagate=True, **kwargs)

Source from the content-addressed store, hash-verified

608 return states.FAILURE
609
610 def get(self, propagate=True, **kwargs):
611 if propagate:
612 raise self.result
613 return self.result
614
615
616class MockAsyncResultSuccess(AsyncResult):

Callers 15

test_chord_to_chainMethod · 0.45
test_chord_to_groupMethod · 0.45
test_applyMethod · 0.45
test_kwargs_applyMethod · 0.45
test_single_expresionMethod · 0.45
test_applyMethod · 0.45
helper_test_get_delayMethod · 0.45
test_kwargs_applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected