(self)
| 745 | assert isinstance(self.search_static_first, int) |
| 746 | |
| 747 | def parse_config_files(self): |
| 748 | self.cp.read(self.files) |
| 749 | if not self.cp.has_section(self.section): |
| 750 | if self.section is not None: |
| 751 | self.cp.add_section(self.section) |
| 752 | |
| 753 | def calc_libraries_info(self): |
| 754 | libs = self.get_libraries() |