Home
last modified time | relevance | path

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

/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/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/setuptools/setuptools/command/
D__init__.py15 bdist.format_command['egg'] = ('bdist_egg', "Python .egg file")
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dtools.py149 def format_command(args: Sequence, kwargs: dict) -> Tuple[str, str]: function
159 _LOG.debug('[COMMAND] %s\n%s', *format_command(args, kwargs))
Dbuild.py129 _LOG.error('[COMMAND] %s\n%s\n%s', *tools.format_command(args, kwargs),
Dpresubmit.py604 attributes, command = tools.format_command(args, kwargs)
/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist.py26 found = sorted(cmd.format_command)
/external/python/cpython3/Lib/distutils/tests/
Dtest_bdist.py26 found = sorted(cmd.format_command)