Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Ddist.py872 def _set_command_options(self, command_obj, option_dict=None): argument
882 if option_dict is None:
883 option_dict = self.get_option_dict(command_name)
887 for (option, (source, value)) in option_dict.items():