MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / get_args

Function get_args

scripts/run_defects4j_apr.py:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 return config
13
14def get_args():
15 parser = ArgumentParser()
16 parser.add_argument("--split", type=str, default="test")
17 parser.add_argument("--config", type=str, default="configs/gpt4o.yaml")
18 return parser.parse_args()
19
20def main():
21 args = get_args()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected