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

Function parse_args

src/scripts/clean_files.py:11–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def parse_args():
12 parser = argparse.ArgumentParser()
13 parser.add_argument(
14 '-rd', '--root_dir',
15 type=str,
16 required=True,
17 help="Root background frames directory"
18 )
19 args = parser.parse_args()
20 return args
21
22
23def test_all(

Callers 1

clean_files.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected