Searched defs:format_command (Results 1 – 4 of 4) sorted by relevance
68 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
72 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
179 def format_command(args: Sequence, kwargs: dict) -> Tuple[str, str]: function