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

Function main

numpy/f2py/f2py2e.py:755–768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

753 return modulename
754
755def main():
756 if '--help-link' in sys.argv[1:]:
757 sys.argv.remove('--help-link')
758 if MESON_ONLY_VER:
759 outmess("Use --dep for meson builds\n")
760 else:
761 from numpy.distutils.system_info import show_all
762 show_all()
763 return
764
765 if '-c' in sys.argv[1:]:
766 run_compile()
767 else:
768 run_main(sys.argv[1:])

Callers 1

__main__.pyFile · 0.90

Calls 4

show_allFunction · 0.90
run_compileFunction · 0.85
run_mainFunction · 0.85
outmessFunction · 0.70

Tested by

no test coverage detected