Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_shutil.py15 get_archive_formats)
652 formats = [name for name, params in get_archive_formats()]
656 formats = [name for name, params in get_archive_formats()]
/external/python/cpython2/Doc/library/
Dshutil.rst291 .. function:: get_archive_formats()
317 *description* is used by :func:`get_archive_formats` which returns the
/external/python/cpython2/Lib/
Dshutil.py479 def get_archive_formats(): function