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

Method val

geometry.py:151–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149
150 @property
151 def val(self) -> Node:
152 if self._val is None:
153 return None
154 return self._val.rep()
155
156 @property
157 def obj(self) -> Node:

Callers

nothing calls this directly

Calls 1

repMethod · 0.80

Tested by

no test coverage detected