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

Function main

numpy/_core/code_generators/generate_umath_doc.py:32–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def main():
33 parser = argparse.ArgumentParser()
34 parser.add_argument(
35 "-o",
36 "--outfile",
37 type=str,
38 help="Path to the output directory"
39 )
40 args = parser.parse_args()
41
42 outfile = os.path.join(os.getcwd(), args.outfile)
43 write_code(outfile)
44
45
46if __name__ == '__main__':

Callers 1

Calls 2

write_codeFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…