MCPcopy Index your code
hub / github.com/numpy/numpy / make_f2py_compile_parser

Function make_f2py_compile_parser

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

Source from the content-addressed store, hash-verified

563 return ipaths, args.ftcompat, remain
564
565def make_f2py_compile_parser():
566 parser = argparse.ArgumentParser(add_help=False)
567 parser.add_argument("--dep", action="append", dest="dependencies")
568 parser.add_argument("--backend", choices=['meson', 'distutils'], default='distutils')
569 parser.add_argument("-m", dest="module_name")
570 return parser
571
572def preparse_sysargv():
573 # To keep backwards bug compatibility, newer flags are handled by argparse,

Callers 2

run_mainFunction · 0.85
preparse_sysargvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…