MCPcopy
hub / github.com/pyload/pyload / process

Method process

module/plugins/Plugin.py:240–242  ·  view source on GitHub ↗

the 'main' method of every plugin, you **have to** overwrite it

(self, pyfile)

Source from the content-addressed store, hash-verified

238
239
240 def process(self, pyfile):
241 """the 'main' method of every plugin, you **have to** overwrite it"""
242 raise NotImplementedError
243
244 def resetAccount(self):
245 """ dont use account and retry download """

Callers 3

preprocessingMethod · 0.95
bFunction · 0.45
bFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected