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

Method __init__

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

Source from the content-addressed store, hash-verified

527 """Abstract class representing the coefficient matrix (table) A."""
528
529 def __init__(self, name: str = ''):
530 super().__init__(name)
531 self.v2obj = {}
532
533 def get_name(self, objs: list[Any]) -> list[str]:
534 self.v2obj.update({o.name: o for o in objs})

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected