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

Method lengths

geometry.py:519–523  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

517
518 @property
519 def lengths(self) -> tuple[Length, Length]:
520 l1, l2 = self._l
521 if l1 is None or l2 is None:
522 return l1, l2
523 return l1.rep(), l2.rep()
524
525
526class Value(Node):

Callers

nothing calls this directly

Calls 1

repMethod · 0.80

Tested by

no test coverage detected