Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
def
b64encode(x: bytes) -> str:
280
return
base64.b64encode(x).decode(
"ascii"
)
281
282
283
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