Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
coreExiting
Method · 0.95
deactivateHook
Method · 0.80
Calls
2
deactivate
Method · 0.95
store
Method · 0.45
Tested by
no test coverage detected