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

Function get_newer_options

numpy/f2py/f2py2e.py:556–563  ·  view source on GitHub ↗
(iline)

Source from the content-addressed store, hash-verified

554 return parser
555
556def get_newer_options(iline):
557 iline = (' '.join(iline)).split()
558 parser = f2py_parser()
559 args, remain = parser.parse_known_args(iline)
560 ipaths = args.include_paths
561 if args.include_paths is None:
562 ipaths = []
563 return ipaths, args.ftcompat, remain
564
565def make_f2py_compile_parser():
566 parser = argparse.ArgumentParser(add_help=False)

Callers 2

scaninputlineFunction · 0.85
run_compileFunction · 0.85

Calls 3

f2py_parserFunction · 0.85
splitMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…