Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dbase64.py277 _A85END = b"~>" variable
340 result += _A85END
362 if not b.endswith(_A85END):
365 "with {!r}".format(_A85END)