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

Method get_runtime_lib_dirs

numpy/distutils/system_info.py:938–942  ·  view source on GitHub ↗
(self, key='runtime_library_dirs')

Source from the content-addressed store, hash-verified

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)
940 if path == ['']:
941 path = []
942 return path
943
944 def get_include_dirs(self, key='include_dirs'):
945 return self.get_paths(self.section, key)

Callers 4

calc_libraries_infoMethod · 0.95
test_allMethod · 0.80
test_temp1Method · 0.80
test_temp2Method · 0.80

Calls 1

get_pathsMethod · 0.95

Tested by 3

test_allMethod · 0.64
test_temp1Method · 0.64
test_temp2Method · 0.64