shutil

E431928

shutil is a Python standard library module that provides high-level file and directory operations such as copying, moving, and deleting files.

All labels observed (1)

Label Occurrences
shutil canonical 1

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf Python standard library module
abstractionLevel high-level file operations
belongsTo Python file and directory management tools
designedFor cross-platform file operations
documentationURL https://docs.python.org/3/library/shutil.html
introducedFor convenient file and directory manipulation
partOf Python standard library NERFINISHED
programmingLanguage Python
providesClass Error
ExecError
SameFileError NERFINISHED
SpecialFileError NERFINISHED
providesFunction chown
copy
copy2
copyfile
copyfileobj
copytree
disk_usage
get_archive_formats
get_unpack_formats
make_archive
move
rmtree
unpack_archive
which
relatedTo os module
supportsOperation archive creation
archive extraction
directory copy
directory move
directory tree removal
disk usage querying
file copy
file delete via rmtree
file move
file ownership change
locating executables in PATH
usedFor changing file metadata
copying directory trees
copying files
creating archives
extracting archives
measuring disk usage
moving directories
moving files
removing directory trees

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.