ID EN
OS

POSIX_FADV_NORMAL

Python 3.11

Flags that can be used in advice in posix_fadvise() that specify the access pattern that is likely to be used.

Syntax

PYTHON
os.POSIX_FADV_NORMAL

See Also

posix_fadvise() Availability