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

Method __init__

ar.py:662–666  ·  view source on GitHub ↗
(self, name: str = '')

Source from the content-addressed store, hash-verified

660 """Coefficient matrix A for position(point, line)."""
661
662 def __init__(self, name: str = ''):
663 name = name or '1:1'
664 self.merged = {}
665 self.ratios = set()
666 super().__init__(name)
667
668 def pairs(self) -> Generator[tuple[str, str], None, None]:
669 l2vs = defaultdict(list)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected