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

Method getConf

module/plugins/Plugin.py:104–106  ·  view source on GitHub ↗

see `getConfig`

(self, option)

Source from the content-addressed store, hash-verified

102 self.setConf(option, value)
103
104 def getConf(self, option):
105 """ see `getConfig` """
106 return self.core.config.getPlugin(self.__name__, option)
107
108 def getConfig(self, option):
109 """ Returns config value for current plugin

Callers 1

getConfigMethod · 0.95

Calls 1

getPluginMethod · 0.45

Tested by

no test coverage detected