ID EN
OS

write

Python 3.11

Write the bytestring in str to file descriptor fd.

Syntax

PYTHON
os.write(fd, str, /)

See Also

os.open() pipe() open() popen() fdopen() sys.stdout sys.stderr InterruptedError