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

Function include_parser

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

Source from the content-addressed store, hash-verified

536 setattr(namespace, 'include_paths', list(include_paths_set))
537
538def include_parser():
539 parser = argparse.ArgumentParser(add_help=False)
540 parser.add_argument("-I", dest="include_paths", action=CombineIncludePaths)
541 parser.add_argument("--include-paths", dest="include_paths", action=CombineIncludePaths)
542 parser.add_argument("--include_paths", dest="include_paths", action=CombineIncludePaths)
543 return parser
544
545def get_includes(iline):
546 iline = (' '.join(iline)).split()

Callers 1

get_includesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected