ID EN
Base64

decode

Python 3.11

Decode the contents of the binary input file and write the resulting binary data to the output file. input and output must be file objects. input will be read until input.readline() returns an empty bytes object.

Syntax

PYTHON
base64.decode(input, output)

See Also

file objects