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

Method _calc_info

numpy/distutils/system_info.py:1973–1974  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

1971 return True
1972
1973 def _calc_info(self, name):
1974 return getattr(self, '_calc_info_{}'.format(name))()
1975
1976 def calc_info(self):
1977 lapack_order, unknown_order = _parse_env_order(self.lapack_order, self.order_env_var_name)

Callers 1

calc_infoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected