|
SparkseePython3 6.1.0
|
AttributeList iterator class. More...
Public Member Functions | |
| get_current_name (self) | |
| Get the current attribute Name if it's available or an empty string otherwise. | |
| next (self) | |
| Moves to the next element. | |
| has_next (self) | |
| Gets if there are more elements. | |
| get_current_value (self, value) | |
| Get the value for the current attribute if it's available or set it Null otherwise. | |
| __next__ (self) | |
| Return the next item from the container. | |
AttributeList iterator class.
Iterator to traverse all the Sparksee attribute identifier into a AttributeList instance.
| sparksee.AttributeListIterator.__next__ | ( | self | ) |
Return the next item from the container.
If there are no further items, raise the StopIteration exception.
| sparksee.AttributeListIterator.get_current_value | ( | self, | |
| value ) |
| sparksee.AttributeListIterator.has_next | ( | self | ) |
Gets if there are more elements.
| sparksee.AttributeListIterator.next | ( | self | ) |
Moves to the next element.