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

Method addpoint

imagepy/tools/Standard/polygon_tol.py:14–15  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

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

Callers 1

mouse_downMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected