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

Method init

module/plugins/Plugin.py:216–218  ·  view source on GitHub ↗

initialize the plugin (in addition to `__init__`)

(self)

Source from the content-addressed store, hash-verified

214 return self.__name__
215
216 def init(self):
217 """initialize the plugin (in addition to `__init__`)"""
218 pass
219
220 def setup(self):
221 """ setup for enviroment and other things, called before downloading (possibly more than one time)"""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected