Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google-deepmind/alphageometry
/ why_rep
Method
why_rep
geometry.py:82–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
return
x
81
82
def
why_rep(self) -> list[Any]:
83
return
self.why_equal([self.rep()], None)
84
85
def
rep_and_why(self) -> tuple[Node, list[Any]]:
86
rep = self.rep()
Callers
2
get_or_create_angle_d
Method · 0.80
_get_or_create_ratio_l
Method · 0.80
Calls
2
why_equal
Method · 0.95
rep
Method · 0.95
Tested by
no test coverage detected