Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ mouse_up
Method
mouse_up
imagepy/tools/Standard/magic_tol.py:74–75 ·
view source on GitHub ↗
(self, ips, x, y, btn, **key)
Source
from the content-addressed store, hash-verified
72
ips.update()
73
74
def
mouse_up(self, ips, x, y, btn, **key):
75
ips.update()
76
77
def
mouse_move(self, ips, x, y, btn, **key):
78
if
ips.roi==None:
return
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected