Searched refs:ignorechars (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | base64.py | 368 def a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\v'): argument 425 elif x in ignorechars:
|
/external/python/cpython3/Doc/library/ |
D | base64.rst | 202 .. function:: a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \\t\\n\\r\\v') 214 *ignorechars* should be a :term:`bytes-like object` or ASCII string
|
/external/python/cpython3/Lib/test/ |
D | test_base64.py | 681 b"a b\nc", adobe=False, ignorechars=b"")
|