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

Method get_lib_dirs

numpy/distutils/system_info.py:935–936  ·  view source on GitHub ↗
(self, key='library_dirs')

Source from the content-addressed store, hash-verified

933 return ret
934
935 def get_lib_dirs(self, key='library_dirs'):
936 return self.get_paths(self.section, key)
937
938 def get_runtime_lib_dirs(self, key='runtime_library_dirs'):
939 path = self.get_paths(self.section, key)

Callers 15

calc_libraries_infoMethod · 0.95
calc_ver_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
_calc_infoMethod · 0.80

Calls 1

get_pathsMethod · 0.95

Tested by 4

test_allMethod · 0.64
test_temp1Method · 0.64
test_temp2Method · 0.64
test_overridesMethod · 0.64