MCPcopy Index your code
hub / github.com/celery/celery / delete

Method delete

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

Source from the content-addressed store, hash-verified

972 raise NotImplementedError('Must implement the set method.')
973
974 def delete(self, key):
975 raise NotImplementedError('Must implement the delete method')
976
977 def incr(self, key):
978 raise NotImplementedError('Does not implement incr')

Callers 3

_forgetMethod · 0.95
_delete_groupMethod · 0.95
on_chord_part_returnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected