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

Class ImageSequence

module/plugins/captcha/CircleCaptcha.py:19–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class ImageSequence:
20
21 def __init__(self, im):
22 self.im = im
23
24 def __getitem__(self, ix):
25 try:
26 if ix:
27 self.im.seek(ix)
28 return self.im
29 except EOFError:
30 raise IndexError # end of sequence
31
32
33class CircleCaptcha(OCR):

Callers 1

decryptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected