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

Method site_and_parse

numpy/distutils/tests/test_system_info.py:175–178  ·  view source on GitHub ↗
(c, site_cfg)

Source from the content-addressed store, hash-verified

173 # We create all class-instances
174
175 def site_and_parse(c, site_cfg):
176 c.files = [site_cfg]
177 c.parse_config_files()
178 return c
179 self.c_default = site_and_parse(get_class('default'), self._sitecfg)
180 self.c_temp1 = site_and_parse(get_class('temp1'), self._sitecfg)
181 self.c_temp2 = site_and_parse(get_class('temp2'), self._sitecfg)

Callers

nothing calls this directly

Calls 1

parse_config_filesMethod · 0.80

Tested by

no test coverage detected