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

Method addpoint

imagepy/tools/Standard/line_tol.py:16–17  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

14 self.buf = []
15
16 def addpoint(self, p):
17 self.buf.append(p)
18
19 def draw(self, dc, f, **key):
20 dc.SetPen(wx.Pen((0,255,255), width=1, style=wx.SOLID))

Callers 4

mouse_downMethod · 0.45
mouse_downMethod · 0.45
mouse_upMethod · 0.45
mouse_moveMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected