Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dconfig.py135 for section_name, section_options in options.items():
140 sections[section_name] = section_options
333 def _parse_section_to_dict(cls, section_options, values_parser=None): argument
344 for key, (_, val) in section_options.items():
348 def parse_section(self, section_options): argument
353 for (name, (_, value)) in section_options.items():
365 for section_name, section_options in self.sections.items():
382 section_parser_method(section_options)
495 def parse_section_packages__find(self, section_options): argument
503 section_options, self._parse_list)
[all …]