Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ getPluginById
Method
getPluginById
src/astroprint/plugin/__init__.py:139–140 ·
view source on GitHub ↗
(self, pluginId)
Source
from the content-addressed store, hash-verified
137
# Function to get a dependent plugin from the manager
138
#
139
def
getPluginById(self, pluginId):
140
return
self.pluginManager.getPlugin(pluginId)
141
142
#
143
# Helper function for plugins to fire a system event
Callers
nothing calls this directly
Calls
1
getPlugin
Method · 0.80
Tested by
no test coverage detected