Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ b32encode
Function
b32encode
Lib/base64.py:244–245 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
242
243
244
def
b32encode(s):
245
return
_b32encode(_b32alphabet, s)
246
b32encode.__doc__ = _B32_ENCODE_DOCSTRING.format(encoding=
'base32'
)
247
248
def
b32decode(s, casefold=False, map01=None):
Callers
1
test_RFC4648_test_cases
Method · 0.85
Calls
1
_b32encode
Function · 0.85
Tested by
1
test_RFC4648_test_cases
Method · 0.68