Home
last modified time | relevance | path

Searched refs:show_formats (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dbdist.py15 def show_formats(): function
55 "lists available distribution formats", show_formats),
Dsdist.py22 def show_formats(): function
91 "list available distribution formats", show_formats),
/external/python/cpython3/Lib/distutils/command/
Dbdist.py12 def show_formats(): function
52 "lists available distribution formats", show_formats),
Dsdist.py21 def show_formats(): function
91 "list available distribution formats", show_formats),
/external/python/cpython2/Lib/distutils/tests/
Dtest_sdist.py26 from distutils.command.sdist import sdist, show_formats
292 show_formats()
/external/python/cpython3/Lib/distutils/tests/
Dtest_sdist.py24 from distutils.command.sdist import sdist, show_formats
280 show_formats()