Home
last modified time | relevance | path

Searched refs:_b32hexalphabet (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dbase64.py162 _b32hexalphabet = b'0123456789ABCDEFGHIJKLMNOPQRSTUV' variable
259 return _b32encode(_b32hexalphabet, s)
264 return _b32decode(_b32hexalphabet, s, casefold)

Completed in 1 milliseconds