MCPcopy Create free account
hub / github.com/InternScience/SciReason / parse_args

Function parse_args

tools/list_configs.py:8–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7
8def parse_args():
9 parser = argparse.ArgumentParser(
10 description='Utils to list available models and datasets.')
11 parser.add_argument('pattern',
12 nargs='*',
13 default='*',
14 type=str,
15 help='Patterns, '
16 'wildcard matching supported.')
17 return parser.parse_args()
18
19
20def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected