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

Method __init__

numpy/distutils/npy_pkg_config.py:161–167  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

159
160 """
161 def __init__(self, d):
162 self._raw_data = dict([(k, v) for k, v in d.items()])
163
164 self._re = {}
165 self._re_sub = {}
166
167 self._init_parse()
168
169 def _init_parse(self):
170 for k, v in self._raw_data.items():

Callers

nothing calls this directly

Calls 1

_init_parseMethod · 0.95

Tested by

no test coverage detected