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

Method copy

problem.py:704–708  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

702 return self
703
704 def copy(self) -> Dependency:
705 dep = Dependency(self.name, self.args, self.rule_name, self.level)
706 dep.trace = self.trace
707 dep.why = list(self.why)
708 return dep
709
710 def why_me_or_cache(self, g: Any, level: int) -> Dependency:
711 if self.hashed() in g.cache:

Callers

nothing calls this directly

Calls 1

DependencyClass · 0.85

Tested by

no test coverage detected