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

Function showlog

imagepy/IPy.py:187–189  ·  view source on GitHub ↗
(title, cont)

Source from the content-addressed store, hash-verified

185 wx.CallAfter(pub.sendMessage, "showtable", data=data, title=title)
186
187def showlog(title, cont):
188 from .ui.logwindow import TextLog
189 TextLog.write(cont, title)
190pub.subscribe(showlog, 'showlog')
191
192def write(cont, title='ImagePy'):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected