MCPcopy Index your code
hub / github.com/PyQt5/PyQtClient / _initCatalog

Method _initCatalog

Widgets/MainWindow.py:82–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 self.udialog.show()
81
82 def _initCatalog(self):
83 # 更新目录
84 self._showNotice(
85 QCoreApplication.translate('MainWindow', 'Update Example Started'))
86 CloneThread.start()
87
88 @pyqtSlot(str)
89 def renderCode(self, code):

Callers

nothing calls this directly

Calls 2

_showNoticeMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected