SparkseePython
6.0.2
|
Sparksee attribute identifier list. More...
Public Member Functions | |
def | add (self, attr) |
Adds a Sparksee attribute identifier at the end of the list. More... | |
def | clear (self) |
Clears the list. | |
def | __iter__ (self) |
Gets a new TypeListIterator. More... | |
def | iterator (self) |
Gets a new AttributeListIterator. More... | |
def | __init__ (self) |
Constructor. More... | |
def | count (self) |
Number of elements in the list. More... | |
Sparksee attribute identifier list.
It stores a Sparksee attribute identifier list.
Use AttributeListIterator to access all elements into this collection.
def sparksee.AttributeList.__init__ | ( | self | ) |
Constructor.
This creates an empty list.
def sparksee.AttributeList.__iter__ | ( | self | ) |
Gets a new TypeListIterator.
def sparksee.AttributeList.add | ( | self, | |
attr | |||
) |
def sparksee.AttributeList.count | ( | self | ) |
Number of elements in the list.
def sparksee.AttributeList.iterator | ( | self | ) |
Gets a new AttributeListIterator.