Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ get_script_files
Function
get_script_files
numpy/distutils/misc_util.py:662–664 ·
view source on GitHub ↗
(scripts)
Source
from the content-addressed store, hash-verified
660
return
filenames
661
662
def
get_script_files(scripts):
663
scripts = [_m
for
_m in scripts
if
is_string(_m)]
664
return
scripts
665
666
def
get_lib_source_files(lib):
667
filenames = []
Callers
1
get_source_files
Method · 0.90
Calls
1
is_string
Function · 0.85
Tested by
no test coverage detected