MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / b64encode

Function b64encode

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

Source from the content-addressed store, hash-verified

277
278
279def b64encode(x: bytes) -> str:
280 return base64.b64encode(x).decode("ascii")
281
282
283def decode_backslashreplace(text: bytes, encoding: str) -> str:

Callers 1

persistent_idMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected