MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / clear_edges

Method clear_edges

animations/src/algo_graph.py:42–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 return [p[0]/ratio, p[1]/ratio, 0]
41
42 def clear_edges(self):
43 self.g.clear_edges()
44
45 for k in self.arrows:
46 self.scene.play(FadeOut(k, run_time=0.3))
47 self.arrows = []
48
49 def add_edge_internal(self, i, j):
50 if i == j:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected