Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ main
Function
main
numpy/f2py/f2py2e.py:751–755 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
749
return
modulename
750
751
def
main():
752
if
'-c'
in sys.argv[1:]:
753
run_compile()
754
else
:
755
run_main(sys.argv[1:])
Callers
1
__main__.py
File · 0.90
Calls
2
run_compile
Function · 0.85
run_main
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…