ID EN
Base64

a85decode

Python 3.11

Decode the Ascii85 encoded bytes-like object or ASCII string b and return the decoded bytes.

Syntax

PYTHON
base64.a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\x0b')

See Also

bytes-like object bytes bytes-like object