Searched defs:b64decode (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | base64.py | 60 def b64decode(s, altchars=None): function |
/external/python/cpython3/Lib/ | ||
D | base64.py | 65 def b64decode(s, altchars=None, validate=False): function |