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

Method new_val

geometry.py:333–334  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

331 """Node of type Line."""
332
333 def new_val(self) -> Direction:
334 return Direction()
335
336 def why_coll(self, points: list[Point], level: int = None) -> list[Any]:
337 """Why points are connected to self."""

Callers

nothing calls this directly

Calls 1

DirectionClass · 0.85

Tested by

no test coverage detected