ID EN
OS

writev

Python 3.11

Write the contents of buffers to file descriptor fd. buffers must be a sequence of bytes-like objects. Buffers are processed in array order. Entire contents of the first buffer is written before proceeding to the second, and so on.

Syntax

PYTHON
os.writev(fd, buffers, /)

See Also

bytes-like objects sysconf() Availability