Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
154
def
b64decode(x: str) -> bytes:
155
return
base64.b64decode(x.encode(
"ascii"
))
156
157
158
def
b64encode(x: bytes) -> str:
Callers
1
persistent_load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected