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

Method LoadComment

src/component/widget/comment_widget.py:77–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 Log.Error(es)
76
77 def LoadComment(self):
78 QtOwner().ShowLoading()
79 self.AddHttpTask(req.GetCommentReq2(self.bookId, self.listWidget.page, self.readMode[self.readIndex]), self.GetCommentBack, self.listWidget.page)
80 return
81
82 def LoadNextPage(self):
83 QtOwner().ShowLoading()

Callers 3

SwitchCurrentMethod · 0.95
JumpPageMethod · 0.95
SendCommentBackMethod · 0.95

Calls 3

QtOwnerClass · 0.90
ShowLoadingMethod · 0.45
AddHttpTaskMethod · 0.45

Tested by

no test coverage detected