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

Method setup

module/plugins/internal/Base.py:130–134  ·  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

128 pass
129
130 def setup(self):
131 """
132 Setup for enviroment and other things, called before downloading (possibly more than one time)
133 """
134 pass
135
136 def _setup(self):
137 #@TODO: Remove in 0.4.10

Callers 1

_setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected