Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ all_4points
Function
all_4points
graph_utils.py:90–91 ·
view source on GitHub ↗
(l1, l2)
Source
from the content-addressed store, hash-verified
88
89
90
def
all_4points(l1, l2):
91
return
list(_all_4points(l1, l2))
92
93
94
def
_all_8points(l1, l2, l3, l4):
Callers
1
_all_8points
Function · 0.85
Calls
1
_all_4points
Function · 0.85
Tested by
no test coverage detected