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

Method set_ips

imagepy/ui/canvasframe.py:98–100  ·  view source on GitHub ↗
(self, ips)

Source from the content-addressed store, hash-verified

96 #self.page.Show()
97
98 def set_ips(self, ips):
99 self.ips = ips
100 self.canvas.set_ips(ips)
101
102 def on_scroll(self, event):
103 self.ips.cur = self.page.GetThumbPosition()

Callers 2

showipsFunction · 0.95
set_ipsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected