MCPcopy Create free account
hub / github.com/Image-Py/imagepy / on_size

Method on_size

imagepy/ui/widgets/cmappanel.py:47–49  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

45 return cmap.astype(np.uint8)
46
47 def on_size(self, event):
48 self.init_buf()
49 self.update()
50
51 def on_idle(self, event):
52 if self.dirty == True:

Callers

nothing calls this directly

Calls 2

init_bufMethod · 0.95
updateMethod · 0.95

Tested by

no test coverage detected