Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ b64encode
Function
b64encode
celery/utils/serialization.py:192–193 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
190
191
192
def
b64encode(s):
193
return
bytes_to_str(base64encode(str_to_bytes(s)))
194
195
196
def
b64decode(s):
Callers
2
_pack
Method · 0.90
test_read_as_base64
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_read_as_base64
Method · 0.68