Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py856 self._set_command_options(cmd_obj, options)
860 def _set_command_options(self, command_obj, option_dict=None): member in Distribution
934 self._set_command_options(command)
/external/python/cpython3/Lib/distutils/
Ddist.py868 self._set_command_options(cmd_obj, options)
872 def _set_command_options(self, command_obj, option_dict=None): member in Distribution
947 self._set_command_options(command)
/external/python/setuptools/setuptools/command/
Deasy_install.py213 self.distribution._set_command_options(