Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ mouse_up
Method
mouse_up
imagepy/tools/Network/graphcut_tol.py:77–81 ·
view source on GitHub ↗
(self, ips, x, y, btn, **key)
Source
from the content-addressed store, hash-verified
75
ips.update()
76
77
def
mouse_up(self, ips, x, y, btn, **key):
78
ips.mark = None
79
self.status = 0
80
cut(ips.img, self.cur)
81
ips.update()
82
83
def
mouse_move(self, ips, x, y, btn, **key):
84
if
self.status==1:
Callers
nothing calls this directly
Calls
2
cut
Function · 0.85
update
Method · 0.45
Tested by
no test coverage detected