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

Method initPluginSystem

MCSL2Lib/windowInterface.py:272–275  ·  view source on GitHub ↗

初始化插件系统

(self, firstLoad=True)

Source from the content-addressed store, hash-verified

270 return self.oldHook(ty, value, _traceback)
271
272 def initPluginSystem(self, firstLoad=True):
273 """初始化插件系统"""
274 self.pluginManager.readAllPlugins(firstLoad)
275 self.pluginManager.initSinglePluginsWidget(self.pluginsInterface.pluginsVerticalLayout)
276
277 def initNavigation(self):
278 """初始化导航栏"""

Callers 1

__init__Method · 0.95

Calls 2

readAllPluginsMethod · 0.80

Tested by

no test coverage detected