Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
554
def
pluginManager():
555
global _instance
556
557
if
not _instance:
558
_instance = PluginManager()
559
560
return
_instance
Callers
12
run
Method · 0.90
cleanup
Method · 0.90
__init__
Method · 0.90
rampdown
Method · 0.90
driverChoices
Method · 0.90
connection_settings
Function · 0.90
getSoftwarePlugins
Function · 0.90
uploadSoftwarePlugin
Function · 0.90
removeSoftwarePlugin
Function · 0.90
installSoftwarePlugin
Function · 0.90
getLicenseInfo
Function · 0.90
pluginManager
Method · 0.85
Calls
1
PluginManager
Class · 0.85
Tested by
no test coverage detected