Home | History | Annotate | Download | only in distutils

Lines Matching refs:opt_dict

250                     opt_dict = self.get_option_dict(command)
252 opt_dict[opt] = ("setup script", val)
320 opt_dict = self.command_options.get(cmd_name)
321 if opt_dict is None:
327 out = pformat(opt_dict)
409 opt_dict = self.get_option_dict(section)
415 opt_dict[opt] = (filename, val)
602 opt_dict = self.get_option_dict(command)
604 opt_dict[name] = ("command line", value)