MCPcopy Create free account
hub / github.com/numpy/numpy / parse_config_files

Method parse_config_files

numpy/distutils/system_info.py:747–751  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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()

Callers 3

__init__Method · 0.95
show_fcompilersFunction · 0.80
site_and_parseMethod · 0.80

Calls 1

readMethod · 0.45

Tested by 1

site_and_parseMethod · 0.64