Home
last modified time | relevance | path

Searched refs:_b85alphabet (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Dbase64.py423 _b85alphabet = (b"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable
439 _b85chars = [bytes((i,)) for i in _b85alphabet]
453 for i, c in enumerate(_b85alphabet):