MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / b64decode

Function b64decode

lib/sqlalchemy/util/compat.py:154–155  ·  view source on GitHub ↗
(x: str)

Source from the content-addressed store, hash-verified

152
153
154def b64decode(x: str) -> bytes:
155 return base64.b64decode(x.encode("ascii"))
156
157
158def b64encode(x: bytes) -> str:

Callers 1

persistent_loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected