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

Function urlsafe_b64encode

Lib/base64.py:95–101  ·  view source on GitHub ↗

Encode a string using a url-safe Base64 alphabet. s is the string to encode. The encoded string is returned. The alphabet uses '-' instead of '+' and '_' instead of '/'.

(s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

b64encodeFunction · 0.85

Tested by

no test coverage detected