Searched refs:_b32alphabet (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | base64.py | 161 _b32alphabet = b'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567' variable 250 return _b32encode(_b32alphabet, s) 254 return _b32decode(_b32alphabet, s, casefold, map01) |
Completed in 2 milliseconds