Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
if
__name__ ==
'__main__'
:
125
app=wx.App(False)
Callers
15
__main__.py
File · 0.80
mouse_move
Method · 0.80
draw
Function · 0.80
mouse_move
Method · 0.80
addpoint
Method · 0.80
polygonize
Function · 0.80
addpoint
Method · 0.80
addpoint
Method · 0.80
polygonize
Function · 0.80
addline
Method · 0.80
report
Method · 0.80
mouse_down
Method · 0.80
Calls
no outgoing calls
Tested by
2
run
Method · 0.64
get_docs
Function · 0.64