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

Method __init__

MCSL2Lib/Widgets/importServerWidgets.py:67–69  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

65
66class ImportPageWidget(QWidget):
67 def __init__(self, parent=None):
68 super().__init__(parent)
69 self._setUpUI()
70
71 def _setUpUI(self):
72 self.setObjectName("importPageWidget")

Callers

nothing calls this directly

Calls 2

_setUpUIMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected