Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
Dalias.py44 aliases = self.distribution.get_option_dict('aliases')
Deasy_install.py214 self, self.distribution.get_option_dict('easy_install')
1175 ei_opts = self.distribution.get_option_dict('easy_install').copy()
/external/python/cpython2/Lib/distutils/
Ddist.py242 opt_dict = self.get_option_dict(command)
289 def get_option_dict(self, command): member in Distribution
393 opt_dict = self.get_option_dict(section)
588 opt_dict = self.get_option_dict(command)
871 option_dict = self.get_option_dict(command_name)
/external/python/cpython3/Lib/distutils/
Ddist.py250 opt_dict = self.get_option_dict(command)
294 def get_option_dict(self, command): member in Distribution
409 opt_dict = self.get_option_dict(section)
602 opt_dict = self.get_option_dict(command)
883 option_dict = self.get_option_dict(command_name)
/external/python/setuptools/setuptools/
Dpy36compat.py43 opt_dict = self.get_option_dict(section)
Ddist.py548 opts = dist.get_option_dict('easy_install')
552 for k, v in self.get_option_dict('easy_install').items()
797 aliases = self.get_option_dict('aliases')
810 self.get_option_dict(command)['args'] = ("command line", nargs)