Implementation of a COS Stream Iterator for Python. More...
Public Member Functions | |
_.SYS.Python.StreamIterator | __iter__ () |
Allows an "iterator on an iterator", note that it does NOT reset then "index" it just continues on and this does not "clone", it's a reference as per Python behavior. | |
_.Library.Integer | __len__ () |
Return the length of the iterable collection (if known) | |
_.Library.String | __next__ () |
Python iterator implementation. More... | |
Private Member Functions | |
_.Library.Status | OnNew (_.Stream.Object stream, _.Library.String mode) |
Initialize this iterator helper. | |
_.Library.String __next__ | ( | ) |
Python iterator implementation.
The spec states that an iterator should return lines.