MCPcopy Index your code
hub / github.com/pyload/pyload / getPluginConfigDict

Method getPluginConfigDict

module/Api.py:183–188  ·  view source on GitHub ↗

Plugin config as dict, not for RPC. :return: dict

(self)

Source from the content-addressed store, hash-verified

181 return self._convertConfigFormat(self.core.config.plugin)
182
183 def getPluginConfigDict(self):
184 """Plugin config as dict, not for RPC.
185
186 :return: dict
187 """
188 return self.core.config.plugin
189
190
191 @permission(PERMS.STATUS)

Callers 1

load_configFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected