Package fabmetheus_utilities :: Package geometry :: Package geometry_utilities :: Package evaluate_enumerables :: Module list_attribute :: Class ListAttribute
[hide private]
[frames] | no frames]

Class ListAttribute

source code

Class to handle a list.

Instance Methods [hide private]
 
__init__(self, listObject)
Initialize.
source code
 
__repr__(self)
Get the list representation of this ListAttribute.
source code
 
add(self, value)
Get the concatenation, same as append.
source code
 
copy(self)
Get the copy.
source code
 
delete(self, arguments)
Get the delete list.
source code
 
get(self, itemIndex)
Get value by index
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
 
getLength(self)
Get the length.
source code
 
getMax(self)
Get the max.
source code
 
getMin(self)
Get the min.
source code
 
insert(self, insertIndex, value)
Get the insert list.
source code
 
keys(self)
Get the keys.
source code
 
length(self)
Get the length.
source code
 
rindex(self, value)
Get the rindex element.
source code
 
set(self, itemIndex, value)
Set value.
source code
 
values(self, arguments=None)
Get the values.
source code