MCPcopy
hub / github.com/pyload/pyload / setup

Method setup

module/plugins/Plugin.py:220–222  ·  view source on GitHub ↗

setup for enviroment and other things, called before downloading (possibly more than one time)

(self)

Source from the content-addressed store, hash-verified

218 pass
219
220 def setup(self):
221 """ setup for enviroment and other things, called before downloading (possibly more than one time)"""
222 pass
223
224 def preprocessing(self, thread):
225 """ handles important things to do before starting """

Callers 3

preprocessingMethod · 0.95
setupDBMethod · 0.45
decryptContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected