Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dbase64.py284 _A85END = b"~>" variable
347 result += _A85END
369 if not b.endswith(_A85END):
372 "with {!r}".format(_A85END)