Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dbase64.py344 def a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\v'): argument
401 elif x in ignorechars:
/external/python/cpython3/Doc/library/
Dbase64.rst181 .. function:: a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \\t\\n\\r\\v')
193 *ignorechars* should be a :term:`bytes-like object` or ASCII string
/external/python/cpython3/Lib/test/
Dtest_base64.py618 b"a b\nc", adobe=False, ignorechars=b"")