Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_base64.py213 eq(base64.standard_b64decode(data), res)
214 eq(base64.standard_b64decode(data.decode('ascii')), res)
216 self.check_other_types(base64.standard_b64decode, b"YWJj", b"abc")
217 self.check_decode_type_errors(base64.standard_b64decode)
249 base64.standard_b64decode,
705 base64.standard_b64decode,
/third_party/python/Lib/
Dbase64.py97 def standard_b64decode(s): function
/third_party/python/Doc/library/
Dbase64.rst88 .. function:: standard_b64decode(s)