Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ get_src_dirs
Method
get_src_dirs
numpy/distutils/system_info.py:947–948 ·
view source on GitHub ↗
(self, key='src_dirs')
Source
from the content-addressed store, hash-verified
945
return
self.get_paths(self.section, key)
946
947
def
get_src_dirs(self, key=
'src_dirs'
):
948
return
self.get_paths(self.section, key)
949
950
def
get_libs(self, key, default):
951
try
:
Callers
4
calc_info
Method · 0.80
calc_info
Method · 0.80
calc_info
Method · 0.80
calc_info
Method · 0.80
Calls
1
get_paths
Method · 0.95
Tested by
no test coverage detected