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

Method __init__

MCSL2Lib/Widgets/importServerWidgets.py:670–673  ·  view source on GitHub ↗
(self, name, filePath, parent=None)

Source from the content-addressed store, hash-verified

668
669class ZipTreeModel(QTreeWidgetItem):
670 def __init__(self, name, filePath, parent=None):
671 super().__init__(parent)
672 self.setText(0, name)
673 self.file = filePath
674
675
676class MyTreeWidget(SimpleCardWidget):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected