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

Function get_includes

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

Source from the content-addressed store, hash-verified

543 return parser
544
545def get_includes(iline):
546 iline = (' '.join(iline)).split()
547 parser = include_parser()
548 args, remain = parser.parse_known_args(iline)
549 ipaths = args.include_paths
550 if args.include_paths is None:
551 ipaths = []
552 return ipaths, remain
553
554def make_f2py_compile_parser():
555 parser = argparse.ArgumentParser(add_help=False)

Callers 2

scaninputlineFunction · 0.85
run_compileFunction · 0.85

Calls 3

include_parserFunction · 0.85
splitMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected