Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dbdist.py19 bdist.format_command[format][1]))
68 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
121 commands.append(self.format_command[format][0])
/third_party/python/Lib/distutils/tests/
Dtest_bdist.py28 found = sorted(cmd.format_command)