Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dbase64.py275 _a85chars2 = None variable
320 global _a85chars, _a85chars2
325 _a85chars2 = [(a + b) for a in _a85chars for b in _a85chars]
327 result = _85encode(b, _a85chars, _a85chars2, pad, True, foldspaces)
/external/python/cpython3/Doc/library/
Dtracemalloc.rst233 _a85chars2 = [(a + b) for a in _a85chars for b in _a85chars]