ID EN
IO

BufferedIOBase

Python 3.11

Base class for binary streams that support some kind of buffering. It inherits from IOBase.

Syntax

PYTHON
class io.BufferedIOBase

See Also

IOBase RawIOBase read() readinto() write() BlockingIOError RawIOBase read()