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

Method setConfig

module/plugins/Plugin.py:95–102  ·  view source on GitHub ↗

Set config value for current plugin :param option: :param value: :return:

(self, option, value)

Source from the content-addressed store, hash-verified

93 self.core.config.setPlugin(self.__name__, option, value)
94
95 def setConfig(self, option, value):
96 """ Set config value for current plugin
97
98 :param option:
99 :param value:
100 :return:
101 """
102 self.setConf(option, value)
103
104 def getConf(self, option):
105 """ see `getConfig` """

Callers

nothing calls this directly

Calls 1

setConfMethod · 0.95

Tested by

no test coverage detected