MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / why_val

Method why_val

geometry.py:270–271  ·  view source on GitHub ↗
(self, level: int)

Source from the content-addressed store, hash-verified

268 return bfs_backtrack(self, others, parent), others
269
270 def why_val(self, level: int) -> list[Any]:
271 return self._val.why_equal([self.val], level)
272
273 def why_connect(self, node: Node, level: int = None) -> list[Any]:
274 rep = self.rep()

Callers

nothing calls this directly

Calls 1

why_equalMethod · 0.45

Tested by

no test coverage detected