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

Method set_ips

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

Source from the content-addressed store, hash-verified

135 self.canvaspanel.set_handler(self.set_title)
136
137 def set_ips(self, ips):
138 self.canvaspanel.set_ips(ips)
139
140 def set_title(self, ips, resized):
141 title = ips.title + '' if ips.tool==None else ' [%s]'%ips.tool.title

Callers 1

showipsFunction · 0.95

Calls 1

set_ipsMethod · 0.45

Tested by

no test coverage detected