MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / _parse_args

Function _parse_args

deeplabcut/benchmark/cli.py:19–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def _parse_args():
20 parser = argparse.ArgumentParser()
21 parser.add_argument("--include", nargs="+", default=None, required=False)
22 parser.add_argument(
23 "--onerror",
24 default="return",
25 required=False,
26 choices=("ignore", "return", "raise"),
27 )
28 parser.add_argument("--nocache", action="store_true")
29 return parser.parse_args()
30
31
32def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected