MCPcopy 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
817def B64CHAR(c):
818 return c.isalnum() or (c) == b"+" or (c) == b"/"
819
820
821def UB64(c):

Callers 1

PyUnicode_EncodeUTF7Function · 0.85

Calls 1

isalnumMethod · 0.45

Tested by

no test coverage detected