MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / pluginManager

Function pluginManager

src/astroprint/plugin/__init__.py:554–560  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

552# Singleton management
553_instance = None
554def pluginManager():
555 global _instance
556
557 if not _instance:
558 _instance = PluginManager()
559
560 return _instance

Callers 12

runMethod · 0.90
cleanupMethod · 0.90
__init__Method · 0.90
rampdownMethod · 0.90
driverChoicesMethod · 0.90
connection_settingsFunction · 0.90
getSoftwarePluginsFunction · 0.90
uploadSoftwarePluginFunction · 0.90
removeSoftwarePluginFunction · 0.90
installSoftwarePluginFunction · 0.90
getLicenseInfoFunction · 0.90
pluginManagerMethod · 0.85

Calls 1

PluginManagerClass · 0.85

Tested by

no test coverage detected