Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dbase64.py419 _b85chars2 = None variable
428 global _b85chars, _b85chars2
433 _b85chars2 = [(a + b) for a in _b85chars for b in _b85chars]
434 return _85encode(b, _b85chars, _b85chars2, pad)
/external/python/cpython3/Doc/library/
Dtracemalloc.rst231 _b85chars2 = [(a + b) for a in _b85chars for b in _b85chars]