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

Method isPositional

module/CaptchaManager.py:141–143  ·  view source on GitHub ↗

returns if user have to click a specific region on the captcha

(self)

Source from the content-addressed store, hash-verified

139 return self.captchaResultType == 'textual'
140
141 def isPositional(self):
142 """ returns if user have to click a specific region on the captcha """
143 return self.captchaResultType == 'positional'
144
145 def isInteractive(self):
146 """ returns if user has to solve the captcha in an interactive iframe """

Callers 3

setResultMethod · 0.95
_process_captchaMethod · 0.80
captcha_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected