Searched refs:ignorechars (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | base64.py | 344 def a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\v'): argument 401 elif x in ignorechars:
|
/external/python/cpython3/Doc/library/ |
D | base64.rst | 181 .. 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/ |
D | test_base64.py | 618 b"a b\nc", adobe=False, ignorechars=b"")
|