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

Method get_config_exe

numpy/distutils/system_info.py:2966–2969  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2964 cflags_flag = '--cflags'
2965
2966 def get_config_exe(self):
2967 if self.config_env_var in os.environ:
2968 return os.environ[self.config_env_var]
2969 return self.default_config_exe
2970
2971 def get_config_output(self, config_exe, option):
2972 cmd = config_exe + ' ' + self.append_config_exe + ' ' + option

Callers 1

calc_infoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected