MCPcopy 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
662def get_script_files(scripts):
663 scripts = [_m for _m in scripts if is_string(_m)]
664 return scripts
665
666def get_lib_source_files(lib):
667 filenames = []

Callers 1

get_source_filesMethod · 0.90

Calls 1

is_stringFunction · 0.85

Tested by

no test coverage detected