Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ pick
Method
pick
imagepy/tools/Measure/coordinate_tol.py:32–33 ·
view source on GitHub ↗
(self, x, y, lim)
Source
from the content-addressed store, hash-verified
30
return
self.body.index(cur)
31
32
def
pick(self, x, y, lim):
33
return
self.snap(x, y, lim)
34
35
def
draged(self, ox, oy, nx, ny, i):
36
self.body[i] = (nx, ny)
Callers
1
mouse_down
Method · 0.45
Calls
1
snap
Method · 0.95
Tested by
no test coverage detected