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

Method process

module/plugins/internal/Base.py:296–300  ·  view source on GitHub ↗

The "main" method of every hoster plugin, you **have to** overwrite it

(self, pyfile)

Source from the content-addressed store, hash-verified

294 return self._process(*args, **kwargs)
295
296 def process(self, pyfile):
297 """
298 The "main" method of every hoster plugin, you **have to** overwrite it
299 """
300 raise NotImplementedError
301
302 def set_reconnect(self, reconnect):
303 if self.pyload.config.get('reconnect', 'activated'):

Callers 2

_processMethod · 0.95
_processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected