ID EN
IO

DEFAULT_BUFFER_SIZE

Python 3.11

An int containing the default buffer size used by the module’s buffered I/O classes. open() uses the file’s blksize (as obtained by os.stat()) if possible.

Syntax

PYTHON
io.DEFAULT_BUFFER_SIZE

See Also

open() os.stat()