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

Method __init__

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

Source from the content-addressed store, hash-verified

778 finishSignal = pyqtSignal(bool)
779
780 def __init__(self, stepCount: int, parent=None):
781 super().__init__(parent)
782 self._setUpUI()
783 self._initView(stepCount)
784
785 def _setUpUI(self):
786 self.setObjectName("saveWidget")

Callers 7

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

_setUpUIMethod · 0.95
_initViewMethod · 0.95

Tested by

no test coverage detected