Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dbase64.py368 def a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\v'): argument
425 elif x in ignorechars:
/third_party/python/Doc/library/
Dbase64.rst202 .. 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
/third_party/python/Lib/test/
Dtest_base64.py681 b"a b\nc", adobe=False, ignorechars=b"")