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

Method __hash__

mcts_math/config.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 return self.value
30
31 def __hash__(self):
32 return hash(str(self))
33
34
35def ChoiceEnum(choices: List[str]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected