Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_shutil.py15 get_archive_formats)
653 formats = [name for name, params in get_archive_formats()]
657 formats = [name for name, params in get_archive_formats()]
/external/python/cpython2/Doc/library/
Dshutil.rst293 .. function:: get_archive_formats()
320 *description* is used by :func:`get_archive_formats` which returns the
/external/python/cpython2/Lib/
Dshutil.py507 def get_archive_formats(): function
/external/python/cpython3/Doc/library/
Dshutil.rst602 .. function:: get_archive_formats()
632 *description* is used by :func:`get_archive_formats` which returns the
/external/python/cpython3/Lib/
Dshutil.py983 def get_archive_formats(): function
/external/python/cpython3/Lib/test/
Dtest_shutil.py21 get_archive_formats, Error, unpack_archive,
1520 formats = [name for name, params in get_archive_formats()]
1524 formats = [name for name, params in get_archive_formats()]
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1574 >>> pprint.pprint(shutil.get_archive_formats()) # display known formats