ID EN
OS

preadv

Python 3.11

Read from a file descriptor fd at a position of offset into mutable bytes-like objects buffers, leaving the file offset unchanged. 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.preadv(fd, buffers, offset, flags=0, /)

See Also

bytes-like objects RWF_HIPRI RWF_NOWAIT sysconf() os.readv() os.pread() Availability