Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MARIO-Math-Reasoning/Super_MARIO
/ has_children
Method
has_children
mcts_math/nodes/base_node.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.state[key] =
""
32
33
def
has_children(self) -> bool:
34
return
self.children != []
35
36
def
is_root(self) -> bool:
37
return
self.parent is None
Callers
4
return_states
Method · 0.80
selection
Method · 0.80
return_states
Method · 0.80
return_states
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected