Searched refs:option_dict (Results 1 – 1 of 1) sorted by relevance
872 def _set_command_options(self, command_obj, option_dict=None): argument882 if option_dict is None:883 option_dict = self.get_option_dict(command_name)887 for (option, (source, value)) in option_dict.items():