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

Method __init__

MCSL2Lib/Pages/pluginPage.py:197–199  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

195 failed = pyqtSignal()
196
197 def __init__(self, parent=None):
198 super().__init__(parent)
199 self.setObjectName("InstallPluginThread")
200
201 def run(self):
202 try:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected