MCPcopy Create free account
hub / github.com/pyload/pyload / __init__

Method __init__

module/plugins/internal/Captcha.py:23–29  ·  view source on GitHub ↗
(self, pyfile)

Source from the content-addressed store, hash-verified

21 __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
22
23 def __init__(self, pyfile):
24 self._init(pyfile.m.core)
25
26 self.pyfile = pyfile
27 self.task = None #: captchaManager task
28
29 self.init()
30
31 def _log(self, level, plugintype, pluginname, messages):
32 messages = (self.__name__,) + messages

Callers

nothing calls this directly

Calls 2

_initMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected