Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dbase64.py163 _b32tab2 = {} variable
167 global _b32tab2
170 if alphabet not in _b32tab2:
172 _b32tab2[alphabet] = [a + b for a in b32tab for b in b32tab]
183 b32tab2 = _b32tab2[alphabet]

Completed in 2 milliseconds