Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
read
Function · 0.80
Calls
2
_find
Method · 0.95
hashed
Method · 0.95
Tested by
no test coverage detected