Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MARIO-Math-Reasoning/Super_MARIO
/ PythonInputs
Class
PythonInputs
mcts_math/tools/python_tool.py:95–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
95
class
PythonInputs(BaseModel):
96
query: str = Field(description=
"code snippet to run"
)
97
98
99
class
PythonInterpreter(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected