ID EN
Shutil

register_archive_format

Python 3.11

Register an archiver for the format name.

Syntax

PYTHON
shutil.register_archive_format(name, function[, extra_args[, description]])

See Also

os.curdir make_archive() get_archive_formats()