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

Method __eq__

mcts_math/config.py:25–26  ·  view source on GitHub ↗
(self, other: str)

Source from the content-addressed store, hash-verified

23 return self.value
24
25 def __eq__(self, other: str):
26 return self.value == other
27
28 def __repr__(self):
29 return self.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected