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

Method set_title_label

imagepy/ui/plotwindow.py:61–62  ·  view source on GitHub ↗
(self, title, labelx, labely)

Source from the content-addressed store, hash-verified

59 self.dirty = False
60
61 def set_title_label(self, title, labelx, labely):
62 self.title, self.labelx, self.labely = title, labelx, labely
63
64 def paint(self):
65 if len(self.data)==0 :

Callers 2

__init__Method · 0.95
get_frameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected