Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MARIO-Math-Reasoning/Super_MARIO
/ base_run
Method
base_run
mcts_math/tools/python_tool.py:177–178 ·
view source on GitHub ↗
(query: str)
Source
from the content-addressed store, hash-verified
175
176
@timeout(TIMEOUT_SECONDS, use_signals=self.use_signals, exception_message=TIMEOUT_MESSAGE)
177
def
base_run(query: str) -> str:
178
return
self._base_run(query)
179
180
try
:
181
ret = base_run(query)
Callers
nothing calls this directly
Calls
1
_base_run
Method · 0.95
Tested by
no test coverage detected