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

Method set_info

imagepy/ui/mainframe.py:184–185  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

182 except:
183 pass
184 def set_info(self, value):
185 self.txt_info.SetLabel(value)
186
187 def set_progress(self, value):
188 v = max(min(value, 100), 0)

Callers 15

infoMethod · 0.45
infoMethod · 0.45
infoMethod · 0.45
infoMethod · 0.45
infoMethod · 0.45
runasynMethod · 0.45
runasynMethod · 0.45
runasynMethod · 0.45
process_oneFunction · 0.45
process_stackFunction · 0.45
runasynMethod · 0.45
set_infoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected