Searched refs:get_option_dict (Results 1 – 8 of 8) sorted by relevance
18 for opt, (src, val) in dist.get_option_dict(cmd).items():
44 aliases = self.distribution.get_option_dict('aliases')
214 self, self.distribution.get_option_dict('easy_install')1175 ei_opts = self.distribution.get_option_dict('easy_install').copy()
43 opt_dict = self.get_option_dict(section)
548 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)
242 opt_dict = self.get_option_dict(command)289 def get_option_dict(self, command): member in Distribution393 opt_dict = self.get_option_dict(section)588 opt_dict = self.get_option_dict(command)871 option_dict = self.get_option_dict(command_name)
250 opt_dict = self.get_option_dict(command)294 def get_option_dict(self, command): member in Distribution409 opt_dict = self.get_option_dict(section)602 opt_dict = self.get_option_dict(command)883 option_dict = self.get_option_dict(command_name)
39 options = dist.get_option_dict('build_ext')