Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ clear_arrows
Method
clear_arrows
animations/src/algo_vector.py:33–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
arrow
32
33
def
clear_arrows(self):
34
for
k in self.arrows:
35
self.remove(k)
36
37
def
move_arrow(self, arrow, index, run_time=1, animate=True):
38
if
index < 0:
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected