Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ B64CHAR
Function
B64CHAR
Lib/_pycodecs.py:817–818 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
815
816
817
def
B64CHAR(c):
818
return
c.isalnum() or (c) == b
"+"
or (c) == b
"/"
819
820
821
def
UB64(c):
Callers
1
PyUnicode_EncodeUTF7
Function · 0.85
Calls
1
isalnum
Method · 0.45
Tested by
no test coverage detected