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

Function parse_args

src/scripts/mask_scripts/apply_mask.py:12–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def parse_args():
13 parser = argparse.ArgumentParser()
14 parser.add_argument(
15 '-id', '--input_dir',
16 type=str,
17 )
18 parser.add_argument(
19 '-md', '--mask_dir',
20 type=str,
21 )
22 parser.add_argument(
23 '-od', '--output_dir',
24 type=str,
25 )
26 args = parser.parse_args()
27 return args
28
29
30def get_every(d):

Callers 1

apply_mask.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected