ID EN
Shutil

get_unpack_formats

Python 3.11

Return a list of all registered formats for unpacking. Each element of the returned sequence is a tuple (name, extensions, description).

Syntax

PYTHON
shutil.get_unpack_formats()

See Also

shutil zlib bz2 lzma register_unpack_format()