Home
last modified time | relevance | path

Searched refs:get_archive_formats (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Doc/library/
Dshutil.rst607 .. function:: get_archive_formats()
637 *description* is used by :func:`get_archive_formats` which returns the
/third_party/python/Lib/
Dshutil.py1005 def get_archive_formats(): function
/third_party/python/Lib/test/
Dtest_shutil.py21 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()]
/third_party/python/Doc/whatsnew/
D3.2.rst1574 >>> pprint.pprint(shutil.get_archive_formats()) # display known formats