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

Method get_source_files

numpy/distutils/command/build_clib.py:177–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 shutil.copy(source, target)
176
177 def get_source_files(self):
178 self.check_library_list(self.libraries)
179 filenames = []
180 for lib in self.libraries:
181 filenames.extend(get_lib_source_files(lib))
182 return filenames
183
184 def build_libraries(self, libraries):
185 for (lib_name, build_info) in libraries:

Callers

nothing calls this directly

Calls 1

get_lib_source_filesFunction · 0.90

Tested by

no test coverage detected