Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/command/
Dbdist.py59 no_format_option = ('bdist_rpm',) variable in bdist
134 if cmd_name not in self.no_format_option:
/external/python/cpython3/Lib/distutils/command/
Dbdist.py56 no_format_option = ('bdist_rpm',) variable in bdist
131 if cmd_name not in self.no_format_option: