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

Method get_libraries

numpy/distutils/system_info.py:961–965  ·  view source on GitHub ↗
(self, key='libraries')

Source from the content-addressed store, hash-verified

959 return [b for b in [a.strip() for a in libs.split(',')] if b]
960
961 def get_libraries(self, key='libraries'):
962 if hasattr(self, '_lib_names'):
963 return self.get_libs(key, default=self._lib_names)
964 else:
965 return self.get_libs(key, '')
966
967 def library_extensions(self):
968 c = customized_ccompiler()

Callers 1

calc_libraries_infoMethod · 0.95

Calls 1

get_libsMethod · 0.95

Tested by

no test coverage detected