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

Method getConfig

module/plugins/Plugin.py:108–114  ·  view source on GitHub ↗

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

(self, option)

Source from the content-addressed store, hash-verified

106 return self.core.config.getPlugin(self.__name__, option)
107
108 def getConfig(self, option):
109 """ Returns config value for current plugin
110
111 :param option:
112 :return:
113 """
114 return self.getConf(option)
115
116 def setStorage(self, key, value):
117 """ Saves a value persistently to the database """

Callers 3

loadConfigMethod · 0.45
saveConfigMethod · 0.45
configFunction · 0.45

Calls 1

getConfMethod · 0.95

Tested by

no test coverage detected