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

Method have_f_sources

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

Source from the content-addressed store, hash-verified

73 )
74
75 def have_f_sources(self):
76 for (lib_name, build_info) in self.libraries:
77 if has_f_sources(build_info.get('sources', [])):
78 return True
79 return False
80
81 def have_cxx_sources(self):
82 for (lib_name, build_info) in self.libraries:

Callers 1

runMethod · 0.95

Calls 2

has_f_sourcesFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected