os.pwrite(fd, str, offset)
Write bytestring to a file descriptor, fd, from offset, leaving the file offset unchanged.
Availability: Unix.
New in version 3.3.
os.pwrite(fd, str, offset)
Write bytestring to a file descriptor, fd, from offset, leaving the file offset unchanged.
Availability: Unix.
New in version 3.3.
Please login to continue.