Function
base64.standard_b64decode

Signature

standard_b64decode(s)

Documentation String

Decode a string encoded with the standard Base64 alphabet.

s is the string to decode. The decoded string is returned. A TypeError is raised if the string is incorrectly padded or if there are non-alphabet characters present in the string.