Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dbase64.py300 _a85chars2 = None variable
345 global _a85chars, _a85chars2
348 if _a85chars2 is None:
350 _a85chars2 = [(a + b) for a in _a85chars for b in _a85chars]
352 result = _85encode(b, _a85chars, _a85chars2, pad, True, foldspaces)

Completed in 2 milliseconds