Searched refs:get_archive_formats (Results 1 – 4 of 4) sorted by relevance
607 .. function:: get_archive_formats()637 *description* is used by :func:`get_archive_formats` which returns the
1005 def get_archive_formats(): function
21 get_archive_formats, Error, unpack_archive,1578 formats = [name for name, params in get_archive_formats()]1582 formats = [name for name, params in get_archive_formats()]
1574 >>> pprint.pprint(shutil.get_archive_formats()) # display known formats