MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / parse_args

Function parse_args

scripts/arrangement_2d.py:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import pymesh.wires
10
11def parse_args():
12 parser = argparse.ArgumentParser(description=__doc__);
13 parser.add_argument("input_wire_file", help="input wire file");
14 parser.add_argument("output_wire_file", help="output wire file");
15 return parser.parse_args();
16
17def main():
18 args = parse_args();

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected