MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / b64encode

Function b64encode

Lib/base64.py:42–56  ·  view source on GitHub ↗

Encode a string using Base64. s is the string to encode. Optional altchars must be a string of at least length 2 (additional characters are ignored) which specifies an alternative alphabet for the '+' and '/' characters. This allows an application to e.g. generate url or filesyste

(s, altchars=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

standard_b64encodeFunction · 0.85
urlsafe_b64encodeFunction · 0.85

Calls 1

_translateFunction · 0.85

Tested by

no test coverage detected