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

Method _init_parse

numpy/distutils/npy_pkg_config.py:169–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 self._init_parse()
168
169 def _init_parse(self):
170 for k, v in self._raw_data.items():
171 self._init_parse_var(k, v)
172
173 def _init_parse_var(self, name, value):
174 self._re[name] = re.compile(r'\$\{%s\}' % name)

Callers 1

__init__Method · 0.95

Calls 1

_init_parse_varMethod · 0.95

Tested by

no test coverage detected