MCPcopy
hub / github.com/pyload/pyload / _initialize

Method _initialize

module/plugins/internal/Base.py:253–261  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 self.abort()
252
253 def _initialize(self):
254 self.log_debug("Plugin version: " + self.__version__)
255 self.log_debug("Plugin status: " + self.__status__)
256
257 if self.__status__ == "broken":
258 self.abort(_("Plugin is temporarily unavailable"))
259
260 elif self.__status__ == "testing":
261 self.log_warning(_("Plugin may be unstable"))
262
263 def _process(self, thread):
264 """

Callers 2

_processMethod · 0.95
_processMethod · 0.80

Calls 4

abortMethod · 0.95
log_debugMethod · 0.80
log_warningMethod · 0.80
_Function · 0.50

Tested by

no test coverage detected