Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ addpoint
Method
addpoint
imagepy/tools/Measure/area_tol.py:22–23 ·
view source on GitHub ↗
(self, p)
Source
from the content-addressed store, hash-verified
20
self.buf, self.unit = [], unit
21
22
def
addpoint(self, p):
23
self.buf.append(p)
24
25
def
commit(self):
26
if
len(self.buf)<3:
return
False
Callers
1
mouse_down
Method · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected