Class to handle a list.
|
|
|
__repr__(self)
Get the list representation of this ListAttribute. |
source code
|
|
|
add(self,
value)
Get the concatenation, same as append. |
source code
|
|
|
|
|
delete(self,
arguments)
Get the delete list. |
source code
|
|
|
|
|
getExpansion(self,
items)
Get the concatenated copies. |
source code
|
|
|
getIsIn(self,
value)
Determine if the value is in. |
source code
|
|
|
getIsNotIn(self,
value)
Determine if the value is in. |
source code
|
|
|
|
|
|
|
|
|
insert(self,
insertIndex,
value)
Get the insert list. |
source code
|
|
|
|
|
|
|
rindex(self,
value)
Get the rindex element. |
source code
|
|
|
|
|
values(self,
arguments=None)
Get the values. |
source code
|
|