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

Method get_source_files

numpy/distutils/command/build_scripts.py:47–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 return old_build_scripts.run(self)
46
47 def get_source_files(self):
48 from numpy.distutils.misc_util import get_script_files
49 return get_script_files(self.scripts)

Callers

nothing calls this directly

Calls 1

get_script_filesFunction · 0.90

Tested by

no test coverage detected