Searched refs:show_formats (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/distutils/command/ |
D | bdist.py | 15 def show_formats(): function 55 "lists available distribution formats", show_formats),
|
D | sdist.py | 22 def show_formats(): function 91 "list available distribution formats", show_formats),
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist.py | 12 def show_formats(): function 52 "lists available distribution formats", show_formats),
|
D | sdist.py | 21 def show_formats(): function 91 "list available distribution formats", show_formats),
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_sdist.py | 24 from distutils.command.sdist import sdist, show_formats 280 show_formats()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_sdist.py | 26 from distutils.command.sdist import sdist, show_formats 292 show_formats()
|