MCPcopy 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
751def main():
752 if '-c' in sys.argv[1:]:
753 run_compile()
754 else:
755 run_main(sys.argv[1:])

Callers 1

__main__.pyFile · 0.90

Calls 2

run_compileFunction · 0.85
run_mainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…