Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
class
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
187
def
get_build_overrides():
Callers
12
main
Function · 0.45
build_project
Function · 0.45
_run_doctests
Function · 0.45
run_pycodestyle
Method · 0.45
testTensor.py
File · 0.45
testArray.py
File · 0.45
testSuperTensor.py
File · 0.45
testVector.py
File · 0.45
testMatrix.py
File · 0.45
testFlat.py
File · 0.45
testFarray.py
File · 0.45
testFortran.py
File · 0.45
Calls
2
check_submodules
Function · 0.85
concat_license_files
Class · 0.85
Tested by
2
main
Function · 0.36
build_project
Function · 0.36