Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ set_lengths
Method
set_lengths
geometry.py:515–516 ·
view source on GitHub ↗
(self, l1: Length, l2: Length)
Source
from the content-addressed store, hash-verified
513
return
Value()
514
515
def
set_lengths(self, l1: Length, l2: Length) -> None:
516
self._l = l1, l2
517
518
@property
519
def
lengths(self) -> tuple[Length, Length]:
Callers
2
_create_const_rat
Method · 0.80
_get_or_create_ratio_l
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected