ID EN
OS

readv

Python 3.11

Read from a file descriptor fd into a number of mutable bytes-like objects buffers. Transfer data into each buffer until it is full and then move on to the next buffer in the sequence to hold the rest of the data.

Syntax

PYTHON
os.readv(fd, buffers, /)

See Also

bytes-like objects sysconf() Availability