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

Method is_root

mcts_math/nodes/base_node.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 return self.children != []
35
36 def is_root(self) -> bool:
37 return self.parent is None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected