Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ activate
Method
activate
module/plugins/internal/Addon.py:97–101 ·
view source on GitHub ↗
Called when addon was activated
(self)
Source
from the content-addressed store, hash-verified
95
return
self.deactivate()
96
97
def
activate(self):
98
""
"
99
Called when addon was activated
100
""
"
101
pass
102
103
#: Deprecated method, use `activate` instead (Remove in 0.4.10)
104
def
coreReady(self):
Callers
1
coreReady
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected