Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py860 def _set_command_options(self, command_obj, option_dict=None): argument
870 if option_dict is None:
871 option_dict = self.get_option_dict(command_name)
875 for (option, (source, value)) in option_dict.items():
/external/python/cpython2/Tools/pybench/
DCommandLine.py88 def option_dict(options): function
323 self.option_map = option_dict(self.options)