ID EN
Base64

decodebytes

Python 3.11

Decode the bytes-like object s, which must contain one or more lines of base64 encoded data, and return the decoded bytes.

Syntax

PYTHON
base64.decodebytes(s)

See Also

bytes-like object bytes