MCPcopy Create free account
hub / github.com/MARIO-Math-Reasoning/Super_MARIO / parse_args

Function parse_args

mcts_math/tools/python_tool.py:187–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185
186
187def parse_args():
188 args = argparse.ArgumentParser()
189 args.add_argument('--testcase', type=str, default="```python\nprint(1)\nprint(2)\n```")
190 # input args
191 args = args.parse_args()
192 return args
193
194
195if __name__ == '__main__':

Callers 1

python_tool.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected