MCPcopy
hub / github.com/pyload/pyload / isTextual

Method isTextual

module/CaptchaManager.py:137–139  ·  view source on GitHub ↗

returns if text is written on the captcha

(self)

Source from the content-addressed store, hash-verified

135 return True
136
137 def isTextual(self):
138 """ returns if text is written on the captcha """
139 return self.captchaResultType == 'textual'
140
141 def isPositional(self):
142 """ returns if user have to click a specific region on the captcha """

Callers 7

setResultMethod · 0.95
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected