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

Method isWaiting

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

Source from the content-addressed store, hash-verified

129 self.status = "waiting"
130
131 def isWaiting(self):
132 if self.result or self.error or time() > self.waitUntil:
133 return False
134
135 return True
136
137 def isTextual(self):
138 """ returns if text is written on the captcha """

Callers 3

decryptCaptchaMethod · 0.80
decrypt_imageMethod · 0.80
decrypt_interactiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected