MCPcopy Create free account
hub / github.com/MaureenZOU/TSAM / parse_args

Function parse_args

src/scripts/reorder.py:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def parse_args():
17 parser = argparse.ArgumentParser()
18 parser.add_argument(
19 '--target_dir', type=str
20 )
21 args = parser.parse_args()
22 return args
23
24
25def get_every(d):

Callers 1

reorder.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected