MCPcopy Index your code
hub / github.com/RustPython/RustPython / b32decode

Function b32decode

Lib/base64.py:248–249  ·  view source on GitHub ↗
(s, casefold=False, map01=None)

Source from the content-addressed store, hash-verified

246b32encode.__doc__ = _B32_ENCODE_DOCSTRING.format(encoding='base32')
247
248def b32decode(s, casefold=False, map01=None):
249 return _b32decode(_b32alphabet, s, casefold, map01)
250b32decode.__doc__ = _B32_DECODE_DOCSTRING.format(encoding='base32',
251 extra_args=_B32_DECODE_MAP01_DOCSTRING)
252

Callers

nothing calls this directly

Calls 1

_b32decodeFunction · 0.85

Tested by

no test coverage detected