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

Method name

ar.py:680–683  ·  view source on GitHub ↗
(self, l: gm.Line, p: gm.Point)

Source from the content-addressed store, hash-verified

678 yield l + ':' + p1, l + ':' + p2
679
680 def name(self, l: gm.Line, p: gm.Point) -> str:
681 v = l.name + ':' + p.name
682 self.v2obj[v] = (l, p)
683 return v
684
685 def map2obj(self, names: list[str]) -> list[gm.Point]:
686 return [self.v2obj[n][1] for n in names]

Callers 1

add_congMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected