ID EN
OS

removexattr

Python 3.11

Removes the extended filesystem attribute attribute from path. attribute should be bytes or str (directly or indirectly through the PathLike interface). If it is a string, it is encoded with the filesystem encoding and error handler.

Syntax

PYTHON
os.removexattr(path, attribute, *, follow_symlinks=True)

See Also

PathLike filesystem encoding and error handler specifying a file descriptor not following symlinks auditing event path-like object