MCPcopy
hub / github.com/tonquer/JMComic-qt / write

Method write

src/view/help/help_log_widget.py:37–38  ·  view source on GitHub ↗
(self, levelNo, info)

Source from the content-addressed store, hash-verified

35 self.setWindowIcon(self.style().standardIcon(QStyle.SP_MessageBoxInformation))
36
37 def write(self, levelNo, info):
38 self.logMsg.emit(levelNo, info)
39
40 def AddLog(self, logLevel, logData):
41 if self.isHidden():

Callers 14

start.pyFile · 0.80
emitMethod · 0.80
runFunction · 0.80
SavePictureMethod · 0.80
SaveFileMethod · 0.80
GetComicInfoXmlMethod · 0.80
SaveCacheWordMethod · 0.80
RunLoad2Method · 0.80
MakeZipFileMethod · 0.80
UploadMethod · 0.80
CopyFileMethod · 0.80
CopyLastFileMethod · 0.80

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected