ID EN
Base64

a85encode

Python 3.11

Encode the bytes-like object b using Ascii85 and return the encoded bytes.

Syntax

PYTHON
base64.a85encode(b, *, foldspaces=False, wrapcol=0, pad=False, adobe=False)

See Also

bytes-like object bytes