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

Method populate

problem.py:600–604  ·  view source on GitHub ↗
(self, name: str, args: list[gm.Point])

Source from the content-addressed store, hash-verified

598 self.trace = None
599
600 def populate(self, name: str, args: list[gm.Point]) -> Dependency:
601 dep = Dependency(name, args, self.rule_name, self.level)
602 dep.trace2 = self.trace
603 dep.why = list(self.why)
604 return dep
605
606 def copy(self) -> EmptyDependency:
607 other = EmptyDependency(self.level, self.rule_name)

Callers 14

extendMethod · 0.95
extend_manyMethod · 0.95
add_eqrat_constMethod · 0.95
do_algebraMethod · 0.95
add_collMethod · 0.95
add_paraMethod · 0.95
add_perpMethod · 0.95
add_cyclicMethod · 0.95
make_equal_pairsMethod · 0.95
_add_eqangleMethod · 0.95
add_eqangleMethod · 0.95
add_aconstMethod · 0.95

Calls 1

DependencyClass · 0.85

Tested by

no test coverage detected