MCPcopy
hub / github.com/borgbackup/borg / xattr.py

File xattr.py

src/borg/xattr.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""A basic extended attributes (xattr) implementation for Linux, FreeBSD and macOS."""
2
3import errno
4import os

Callers

nothing calls this directly

Calls 4

parse_versionFunction · 0.90
create_loggerFunction · 0.85
prepare_subprocess_envFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected