ID EN
OS

RWF_DSYNC

Python 3.11

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

Syntax

PYTHON
os.RWF_DSYNC

See Also

O_DSYNC os.open() Availability