Home
last modified time | relevance | path

Searched refs:b32hexdecode (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_base64.py398 self.assertEqual(base64.b32hexdecode(to_decode, casefold),
400 self.assertEqual(base64.b32hexdecode(to_decode.decode('ascii'),
404 self.check_other_types(base64.b32hexdecode, b'C5H66===', b'abc')
405 self.check_decode_type_errors(base64.b32hexdecode)
419 base64.b32hexdecode(data)
421 base64.b32hexdecode(data.decode('ascii'))
/third_party/python/Lib/
Dbase64.py261 def b32hexdecode(s, casefold=False): function
264 b32hexdecode.__doc__ = _B32_DECODE_DOCSTRING.format(encoding='base32hex',
/third_party/python/Doc/library/
Dbase64.rst147 .. function:: b32hexdecode(s, casefold=False)
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst2131 Add :func:`base64.b32hexencode` and :func:`base64.b32hexdecode` to support
/third_party/python/Doc/whatsnew/
D3.10.rst925 Add :func:`base64.b32hexencode` and :func:`base64.b32hexdecode` to support the