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

Method map2obj

ar.py:685–686  ·  view source on GitHub ↗
(self, names: list[str])

Source from the content-addressed store, hash-verified

683 return v
684
685 def map2obj(self, names: list[str]) -> list[gm.Point]:
686 return [self.v2obj[n][1] for n in names]
687
688 def add_cong(
689 self,

Callers 1

get_all_eqs_and_whyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected