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

Method new_val

geometry.py:512–513  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510 """Node of type Ratio."""
511
512 def new_val(self) -> Value:
513 return Value()
514
515 def set_lengths(self, l1: Length, l2: Length) -> None:
516 self._l = l1, l2

Callers

nothing calls this directly

Calls 1

ValueClass · 0.85

Tested by

no test coverage detected