Home
last modified time | relevance | path

Searched refs:format_command (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dbdist.py22 bdist.format_command[format][1]))
72 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
126 commands.append(self.format_command[format][0])
/external/python/cpython3/Lib/distutils/command/
Dbdist.py19 bdist.format_command[format][1]))
68 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
123 commands.append(self.format_command[format][0])
/external/python/setuptools/setuptools/command/
D__init__.py15 bdist.format_command['egg'] = ('bdist_egg', "Python .egg file")
/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist.py26 found = sorted(cmd.format_command)
/external/python/cpython3/Lib/distutils/tests/
Dtest_bdist.py25 found = sorted(cmd.format_command)