Home | History | Annotate | Download | only in distutils

Lines Matching refs:cmd_name

315         for cmd_name in commands:
316 opt_dict = self.command_options.get(cmd_name)
319 "no option dict for '%s' command" % cmd_name)
322 "option dict for '%s' command:" % cmd_name)