Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dbase64.py301 _A85END = b"~>" variable
364 result += _A85END
386 if not b.endswith(_A85END):
389 "with {!r}".format(_A85END)