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

Function all_8points

graph_utils.py:100–101  ·  view source on GitHub ↗
(l1, l2, l3, l4)

Source from the content-addressed store, hash-verified

98
99
100def all_8points(l1, l2, l3, l4):
101 return list(_all_8points(l1, l2, l3, l4))
102
103
104def _perm3(elems):

Callers

nothing calls this directly

Calls 1

_all_8pointsFunction · 0.85

Tested by

no test coverage detected