MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / b64encode

Function b64encode

lib/sqlalchemy/util/compat.py:158–159  ·  view source on GitHub ↗
(x: bytes)

Source from the content-addressed store, hash-verified

156
157
158def b64encode(x: bytes) -> str:
159 return base64.b64encode(x).decode("ascii")
160
161
162def decode_backslashreplace(text: bytes, encoding: str) -> str:

Callers 1

persistent_idMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected