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

Method delStorage

module/plugins/Plugin.py:134–136  ·  view source on GitHub ↗

Delete entry in db

(self, key)

Source from the content-addressed store, hash-verified

132 return self.getStorage(*args, **kwargs)
133
134 def delStorage(self, key):
135 """ Delete entry in db """
136 self.core.db.delStorage(self.__name__, key)
137
138
139class Plugin(Base):

Callers 1

deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected