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

Method init

module/plugins/internal/Plugin.py:68–72  ·  view source on GitHub ↗

Initialize the plugin (in addition to `__init__`)

(self)

Source from the content-addressed store, hash-verified

66 self.last_header = {}
67
68 def init(self):
69 """
70 Initialize the plugin (in addition to `__init__`)
71 """
72 pass
73
74 def _log(self, level, plugintype, pluginname, messages):
75 log = getattr(self.pyload.log, level)

Callers 7

__init__Method · 0.95
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected