Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
158
def
b64encode(x: bytes) -> str:
159
return
base64.b64encode(x).decode(
"ascii"
)
160
161
162
def
decode_backslashreplace(text: bytes, encoding: str) -> str:
Callers
1
persistent_id
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected