MCPcopy
hub / github.com/celery/celery / mget

Method mget

celery/backends/base.py:965–966  ·  view source on GitHub ↗
(self, keys)

Source from the content-addressed store, hash-verified

963 raise NotImplementedError('Must implement the get method.')
964
965 def mget(self, keys):
966 raise NotImplementedError('Does not support get_many')
967
968 def _set_with_state(self, key, value, state):
969 return self.set(key, value)

Callers 1

get_manyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected