Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dcmd.py154 header = "command options for '%s':" % self.get_command_name()
265 def get_command_name(self): member in Command
332 log.warn("warning: %s: %s\n", self.get_command_name(), msg)
Ddist.py881 command_name = command_obj.get_command_name()
940 command_name = command.get_command_name()