ID EN
OS

XATTR_REPLACE

Python 3.11

This is a possible value for the flags argument in setxattr(). It indicates the operation must replace an existing attribute.

Syntax

PYTHON
os.XATTR_REPLACE

See Also

setxattr()