Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ set_handler
Method
set_handler
imagepy/ui/canvas.py:71–72 ·
view source on GitHub ↗
(self, handle=None)
Source
from the content-addressed store, hash-verified
69
self.imgsize = (0,0)
70
71
def
set_handler(self, handle=None):
72
self.handle = handle
73
74
def
on_mouseevent(self, me):
75
tool = self.ips.tool
Callers
1
canvas.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected