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

Method setStorage

module/plugins/Plugin.py:116–118  ·  view source on GitHub ↗

Saves a value persistently to the database

(self, key, value)

Source from the content-addressed store, hash-verified

114 return self.getConf(option)
115
116 def setStorage(self, key, value):
117 """ Saves a value persistently to the database """
118 self.core.db.setStorage(self.__name__, key, value)
119
120 def store(self, key, value):
121 """ same as `setStorage` """

Callers 2

storeMethod · 0.45
storeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected