base64.decodestring(s)
Decode the bytes-like object s, which must contain one or more lines of base64 encoded data, and return the decoded bytes
. decodestring
is a deprecated alias.
New in version 3.1.
base64.decodestring(s)
Decode the bytes-like object s, which must contain one or more lines of base64 encoded data, and return the decoded bytes
. decodestring
is a deprecated alias.
New in version 3.1.
Please login to continue.