MCPcopy Create free account
hub / github.com/MCSLTeam/MCSL2 / __init__

Method __init__

MCSL2Lib/Widgets/importServerWidgets.py:596–600  ·  view source on GitHub ↗
(self, stepCount: int, title: str, parent=None)

Source from the content-addressed store, hash-verified

594 finishSignal = pyqtSignal(bool)
595
596 def __init__(self, stepCount: int, title: str, parent=None):
597 super().__init__(parent)
598 self._setUpUI()
599 self._initView(stepCount, title)
600 self.setNotFinished()
601
602 def setFinished(self):
603 self.statusIcon.setFinished()

Callers

nothing calls this directly

Calls 4

_setUpUIMethod · 0.95
_initViewMethod · 0.95
setNotFinishedMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected