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

Method coreReady

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

Source from the content-addressed store, hash-verified

102
103 #: Deprecated method, use `activate` instead (Remove in 0.4.10)
104 def coreReady(self):
105 self.db.retrieve("info", self.info)
106 return self.activate()
107
108 def exit(self):
109 """

Callers

nothing calls this directly

Calls 2

activateMethod · 0.95
retrieveMethod · 0.45

Tested by

no test coverage detected