MCPcopy Index your code
hub / github.com/google-deepmind/alphageometry / add

Method add

problem.py:110–111  ·  view source on GitHub ↗
(self, name: str, args: list[str])

Source from the content-addressed store, hash-verified

108 return Clause(points0, [c.translate(mapping) for c in self.constructions])
109
110 def add(self, name: str, args: list[str]) -> None:
111 self.constructions.append(Construction(name, args))
112
113 def txt(self) -> str:
114 return (

Callers 15

add_collMethod · 0.45
add_cyclicMethod · 0.45
add_clauseMethod · 0.45
all_eqangles_8pointsMethod · 0.45
all_eqangles_6pointsMethod · 0.45
all_eqratios_8pointsMethod · 0.45
all_eqratios_6pointsMethod · 0.45
record_eqMethod · 0.45
add_eq3Method · 0.45
get_all_eqs_and_whyMethod · 0.45
get_all_eqs_and_whyMethod · 0.45
neighborsMethod · 0.45

Calls 1

ConstructionClass · 0.85

Tested by

no test coverage detected