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

Method all_nodes

graph.py:536–538  ·  view source on GitHub ↗

Return all nodes.

(self)

Source from the content-addressed store, hash-verified

534 return list(self.type2nodes[Point])
535
536 def all_nodes(self) -> list[gm.Node]:
537 """Return all nodes."""
538 return list(self._name2node.values())
539
540 def add_points(self, pnames: list[str]) -> list[Point]:
541 """Add new points with given names in list pnames."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected