Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_base64.py476 eq(base64.b85encode(data), res)
478 self.check_other_types(base64.b85encode, b"www.python.org",
579 eq(base64.b85encode(b"x", pad=True), b'cmMzZ')
580 eq(base64.b85encode(b"xx", pad=True), b'cz6H+')
581 eq(base64.b85encode(b"xxx", pad=True), b'czAdK')
582 eq(base64.b85encode(b"xxxx", pad=True), b'czAet')
583 eq(base64.b85encode(b"xxxxx", pad=True), b'czAetcmMzZ')
/external/python/cpython3/Lib/
Dbase64.py422 def b85encode(b, pad=False): function
/external/python/cpython3/Doc/library/
Dbase64.rst201 .. function:: b85encode(b, pad=False)
/external/python/cpython3/Doc/whatsnew/
D3.4.rst653 :func:`~base64.b85encode`, and :func:`~base64.b85decode` provide the ability to