Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ delete
Method
delete
celery/backends/couchbase.py:113–114 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
111
return
self.connection.get_multi(keys)
112
113
def
delete(self, key):
114
self.connection.remove(key)
Callers
1
test_delete
Method · 0.95
Calls
1
remove
Method · 0.45
Tested by
1
test_delete
Method · 0.76