ID EN
Shutil

get_archive_formats

Python 3.11

Return a list of supported formats for archiving. Each element of the returned sequence is a tuple (name, description).

Syntax

PYTHON
shutil.get_archive_formats()

See Also

shutil zlib zlib bz2 lzma register_archive_format()