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

Method all_points

graph.py:532–534  ·  view source on GitHub ↗

Return all nodes of type Point.

(self)

Source from the content-addressed store, hash-verified

530 return g, added
531
532 def all_points(self) -> list[Point]:
533 """Return all nodes of type Point."""
534 return list(self.type2nodes[Point])
535
536 def all_nodes(self) -> list[gm.Node]:
537 """Return all nodes."""

Calls

no outgoing calls

Tested by 1