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

Method unload

module/plugins/internal/Addon.py:93–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91
92 #: Deprecated method, use `deactivate` instead (Remove in 0.4.10)
93 def unload(self):
94 self.db.store("info", self.info)
95 return self.deactivate()
96
97 def activate(self):
98 """

Callers 2

coreExitingMethod · 0.95
deactivateHookMethod · 0.80

Calls 2

deactivateMethod · 0.95
storeMethod · 0.45

Tested by

no test coverage detected