Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_down
Method · 0.45
mouse_down
Method · 0.45
mouse_up
Method · 0.45
mouse_move
Method · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected