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

Function f2py_parser

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

Source from the content-addressed store, hash-verified

546 namespace.include_paths = list(include_paths_set)
547
548def f2py_parser():
549 parser = argparse.ArgumentParser(add_help=False)
550 parser.add_argument("-I", dest="include_paths", action=CombineIncludePaths)
551 parser.add_argument("--include-paths", dest="include_paths", action=CombineIncludePaths)
552 parser.add_argument("--include_paths", dest="include_paths", action=CombineIncludePaths)
553 parser.add_argument("--freethreading-compatible", dest="ftcompat", action=argparse.BooleanOptionalAction)
554 return parser
555
556def get_newer_options(iline):
557 iline = (' '.join(iline)).split()

Callers 1

get_newer_optionsFunction · 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…