Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ set
Method
set
celery/backends/s3.py:69–72 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
67
raise
error
68
69
def
set(self, key, value):
70
key = bytes_to_str(key)
71
s3_object = self._get_s3_object(key)
72
s3_object.put(Body=value)
73
74
def
delete(self, key):
75
key = bytes_to_str(key)
Callers
7
on_consumer_ready
Method · 0.45
on_stop
Method · 0.45
loop
Method · 0.45
_restore_prefetch_count_after_connection_restart
Method · 0.45
replace
Method · 0.45
add_to_chord
Method · 0.45
on_stop
Method · 0.45
Calls
2
_get_s3_object
Method · 0.95
put
Method · 0.45
Tested by
no test coverage detected