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

Method __setitem__

numpy/distutils/npy_pkg_config.py:212–214  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

210 return self._raw_data[name]
211
212 def __setitem__(self, name, value):
213 self._raw_data[name] = value
214 self._init_parse_var(name, value)
215
216def parse_meta(config):
217 if not config.has_section('meta'):

Callers

nothing calls this directly

Calls 1

_init_parse_varMethod · 0.95

Tested by

no test coverage detected