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

Method set_info

imagepy/ui/workflowwindow.py:99–100  ·  view source on GitHub ↗
(self, info)

Source from the content-addressed store, hash-verified

97 self.btn_help.Bind( wx.EVT_LEFT_DOWN, self.on_help )
98
99 def set_info(self, info):
100 self.txt_info.SetValue(info)
101
102 def on_spn(self, event):
103 v = self.spn_scroll.GetValue()

Callers 1

loadMethod · 0.95

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected