| Home | Trees | Indices | Help |
|
|---|
|
|
Iterates through a collection of values stored in a file. Possible uses could be to brute force passwords or try a set of known bad values.
|
|||
|
|||
| string |
|
||
|
|||
|
|||
| string |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
_fileName = None
|
|||
_fd = None
|
|||
_currentValue = None
|
|||
|
|||
Base constructor, please call me!
|
Get name of file.
|
Set filename.
|
Next value. OVERRIDE From Python docs on next(): The intention of the protocol is that once an iterator's next() method raises StopIteration, it will continue to do so on subsequent calls. Implementations that do not obey this property are deemed broken. (This constraint was added in Python 2.3; in Python 2.2, various iterators are broken according to this rule.) For Generators, please use the GeneratorCompleted exception instead of StopIteration (its a subclass).
|
Return raw value w/o passing through transformer if set. OVERRIDE
|
Called to reset the generator to its initial state. OVERRIDE
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:05 2008 | http://epydoc.sourceforge.net |