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

Method get_source_files

numpy/distutils/command/build_ext.py:735–740  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

733 c_library_dirs.append(self.build_temp)
734
735 def get_source_files(self):
736 self.check_extensions_list(self.extensions)
737 filenames = []
738 for ext in self.extensions:
739 filenames.extend(get_ext_source_files(ext))
740 return filenames
741
742 def get_outputs(self):
743 self.check_extensions_list(self.extensions)

Callers

nothing calls this directly

Calls 1

get_ext_source_filesFunction · 0.90

Tested by

no test coverage detected