ID EN
IO

FileIO

Python 3.11

A raw binary stream representing an OS-level file containing bytes data. It inherits from RawIOBase.

Syntax

PYTHON
class io.FileIO(name, mode='r', closefd=True, opener=None)

See Also

RawIOBase bytes FileIO FileExistsError read() readinto() write() os.open