Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ obj
Method
obj
geometry.py:157–160 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
155
156
@property
157
def
obj(self) -> Node:
158
if
self._obj is None:
159
return
None
160
return
self._obj.rep()
161
162
def
equivs(self) -> set[Node]:
163
return
self.rep().members
Callers
nothing calls this directly
Calls
1
rep
Method · 0.80
Tested by
no test coverage detected