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

Method append

imagepy/ui/logwindow.py:121–122  ·  view source on GitHub ↗
(self, cont)

Source from the content-addressed store, hash-verified

119 def OnSelectAll(self,event): self.text.SelectAll()
120
121 def append(self, cont):
122 self.text.AppendText(cont+'\r\n')
123
124if __name__ == '__main__':
125 app=wx.App(False)

Callers 15

__main__.pyFile · 0.80
mouse_moveMethod · 0.80
drawFunction · 0.80
mouse_moveMethod · 0.80
addpointMethod · 0.80
polygonizeFunction · 0.80
addpointMethod · 0.80
addpointMethod · 0.80
polygonizeFunction · 0.80
addlineMethod · 0.80
reportMethod · 0.80
mouse_downMethod · 0.80

Calls

no outgoing calls

Tested by 2

runMethod · 0.64
get_docsFunction · 0.64