MCPcopy Create free account
hub / github.com/Image-Py/imagepy / clear

Method clear

imagepy/ui/plotwindow.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 return x, y
47
48 def clear(self):
49 del self.data[:]
50
51 def on_move(self, event):
52 self.handle_move(*self.trans(event.x, event.y))

Callers 2

profileMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected