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

Method __init__

MCSL2Lib/Widgets/importServerWidgets.py:414–418  ·  view source on GitHub ↗
(self, stepCount: int, parent=None)

Source from the content-addressed store, hash-verified

412 finishSignal = pyqtSignal(bool)
413
414 def __init__(self, stepCount: int, parent=None):
415 super().__init__(parent)
416 self._setUpUI()
417 self._initView(stepCount)
418 self.setNotFinished()
419
420 def setFinished(self):
421 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