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

Method write

imagepy/ui/logwindow.py:9–13  ·  view source on GitHub ↗
(cls, cont, title='ImagePy TexLog')

Source from the content-addressed store, hash-verified

7 """TexLog:derived from wx.core.Frame"""
8 @classmethod
9 def write(cls, cont, title='ImagePy TexLog'):
10 if title not in TextLogManager.windows:
11 win = cls(title)
12 win.Show()
13 TextLogManager.windows[title].append(cont)
14
15 def __init__(self, title='ImagePy TexLog'):
16 wx.Frame.__init__(self, IPy.curapp,title=title,size=(500,300))

Callers 5

showlogFunction · 0.45
set_cursorMethod · 0.45
md2htmlFunction · 0.45
on_closeMethod · 0.45
OnOpenMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected