MCPcopy
hub / github.com/pyload/pyload / isInteractive

Method isInteractive

module/CaptchaManager.py:145–147  ·  view source on GitHub ↗

returns if user has to solve the captcha in an interactive iframe

(self)

Source from the content-addressed store, hash-verified

143 return self.captchaResultType == 'positional'
144
145 def isInteractive(self):
146 """ returns if user has to solve the captcha in an interactive iframe """
147 return self.captchaResultType == 'interactive'
148
149 def setWatingForUser(self, exclusive):
150 if exclusive:

Callers 3

setResultMethod · 0.95
_process_captchaMethod · 0.80
captcha_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected