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

Method __init__

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

Source from the content-addressed store, hash-verified

677 finishSignal = pyqtSignal(bool)
678
679 def __init__(self, stepCount: int, title: str, parent=None):
680 super().__init__(parent)
681 self._setUpUI()
682 self._initView(stepCount, title)
683 self.setNotFinished()
684
685 def setFinished(self):
686 try:

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