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

Method remove_loop

problem.py:698–702  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

696 return w
697
698 def remove_loop(self) -> Dependency:
699 f = self._find(self.hashed())
700 if f:
701 return f
702 return self
703
704 def copy(self) -> Dependency:
705 dep = Dependency(self.name, self.args, self.rule_name, self.level)

Callers 1

readFunction · 0.80

Calls 2

_findMethod · 0.95
hashedMethod · 0.95

Tested by

no test coverage detected