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

Method getCaptcha

module/CaptchaManager.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 self.data = {} #handler can store data here
100
101 def getCaptcha(self):
102 return self.captchaParams, self.captchaFormat, self.captchaResultType
103
104 def setResult(self, result):
105 if self.isTextual() or self.isInteractive():

Callers 1

getCaptchaTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected