Home
last modified time | relevance | path

Searched defs:format_command (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dbdist.py68 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/external/python/setuptools/setuptools/_distutils/command/
Dbdist.py68 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/external/python/cpython2/Lib/distutils/command/
Dbdist.py72 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dtools.py179 def format_command(args: Sequence, kwargs: dict) -> Tuple[str, str]: function