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

Method get

celery/backends/base.py:962–963  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

960 self.chord_keyprefix = self.key_t(self.chord_keyprefix)
961
962 def get(self, key):
963 raise NotImplementedError('Must implement the get method.')
964
965 def mget(self, keys):
966 raise NotImplementedError('Does not support get_many')

Callers 15

_get_task_meta_forMethod · 0.95
_restore_groupMethod · 0.95
__init__Method · 0.45
mark_as_failureMethod · 0.45
_call_task_errbacksMethod · 0.45
exception_to_pythonMethod · 0.45
_get_result_metaMethod · 0.45
get_tracebackMethod · 0.45
get_resultMethod · 0.45
get_task_metaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected