ID EN
OS

RWF_SYNC

Python 3.11

Provide a per-write equivalent of the O_SYNC os.open() flag. This flag effect applies only to the data range written by the system call.

Syntax

PYTHON
os.RWF_SYNC

See Also

O_SYNC os.open() Availability