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

Function main

numpy/core/code_generators/generate_umath_doc.py:34–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

write_codeFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected