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

Method run

setup.py:181–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179class sdist_checked:
180 """ check submodules on sdist to prevent incomplete tarballs """
181 def run(self):
182 check_submodules()
183 with concat_license_files():
184 super().run()
185
186
187def get_build_overrides():

Callers 12

mainFunction · 0.45
build_projectFunction · 0.45
_run_doctestsFunction · 0.45
run_pycodestyleMethod · 0.45
testTensor.pyFile · 0.45
testArray.pyFile · 0.45
testSuperTensor.pyFile · 0.45
testVector.pyFile · 0.45
testMatrix.pyFile · 0.45
testFlat.pyFile · 0.45
testFarray.pyFile · 0.45
testFortran.pyFile · 0.45

Calls 2

check_submodulesFunction · 0.85

Tested by 2

mainFunction · 0.36
build_projectFunction · 0.36