Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_base64.py539 eq(base64.b85encode(data), res)
541 self.check_other_types(base64.b85encode, b"www.python.org",
642 eq(base64.b85encode(b"x", pad=True), b'cmMzZ')
643 eq(base64.b85encode(b"xx", pad=True), b'cz6H+')
644 eq(base64.b85encode(b"xxx", pad=True), b'czAdK')
645 eq(base64.b85encode(b"xxxx", pad=True), b'czAet')
646 eq(base64.b85encode(b"xxxxx", pad=True), b'czAetcmMzZ')
/external/python/cpython3/Lib/test/test_zoneinfo/data/
Dupdate_test_data.py88 raw = base64.b85encode(compressed_zone)
/external/python/cpython3/Lib/
Dbase64.py446 def b85encode(b, pad=False): function
/external/python/cpython3/Doc/library/
Dbase64.rst222 .. function:: b85encode(b, pad=False)
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a4.rst741 Fix initialization race condition in :func:`a85encode` and :func:`b85encode`
/external/python/cpython3/Doc/whatsnew/
D3.4.rst653 :func:`~base64.b85encode`, and :func:`~base64.b85decode` provide the ability to