Searched defs:section_options (Results 1 – 1 of 1) sorted by relevance
/external/python/setuptools/setuptools/config/ |
D | setupcfg.py | 395 def _parse_section_to_dict(cls, section_options, values_parser=None): argument 410 def parse_section(self, section_options): argument 627 def parse_section_packages__find(self, section_options): argument 648 def parse_section_entry_points(self, section_options): argument 656 def _parse_package_data(self, section_options): argument 660 def parse_section_package_data(self, section_options): argument 667 def parse_section_exclude_package_data(self, section_options): argument 674 def parse_section_extras_require(self, section_options): argument 684 def parse_section_data_files(self, section_options): argument
|