Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ directions
Method
directions
geometry.py:494–498 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
492
493
@property
494
def
directions(self) -> tuple[Direction, Direction]:
495
d1, d2 = self._d
496
if
d1 is None or d2 is None:
497
return
d1, d2
498
return
d1.rep(), d2.rep()
499
500
501
class
Measure(Node):
Callers
nothing calls this directly
Calls
1
rep
Method · 0.80
Tested by
no test coverage detected