MCPcopy
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
192def b64encode(s):
193 return bytes_to_str(base64encode(str_to_bytes(s)))
194
195
196def b64decode(s):

Callers 2

_packMethod · 0.90
test_read_as_base64Method · 0.85

Calls

no outgoing calls

Tested by 1

test_read_as_base64Method · 0.68