fabmetheus_utilities.geometry.geometry_utilities.evaluate_enumerables.list_attribute ($Date: 2008/02/05 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/geometry_utilities/evaluate_enumerables/list_attribute.py

List object attributes.

 
Modules
       
__init__
fabmetheus_utilities.euclidean

 
Classes
       
ListAttribute

 
class ListAttribute
    Class to handle a list.
 
  Methods defined here:
__init__(self, listObject)
Initialize.
__repr__(self)
Get the list representation of this ListAttribute.
copy(self)
Get the copy.
delete(self, arguments)
Get the delete list.
get(self, itemIndex)
Get value by index
getIsIn(self, value)
Determine if the value is in.
getIsNotIn(self, value)
Determine if the value is in.
getLength(self)
Get the length.
getMax(self)
Get the max.
getMin(self)
Get the min.
insert(self, insertIndex, value)
Get the insert list.
keys(self)
Get the keys.
length(self)
Get the length.
rindex(self, value)
Get the rindex element.
set(self, itemIndex, value)
Set value.
values(self, arguments=None)
Get the values.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
__date__ = '$Date: 2008/02/05 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)
globalAccessibleAttributeSet = set(['copy', 'count', 'delete', 'get', 'getIsIn', 'getIsNotIn', ...])
globalAccessibleAttributes = ['copy', 'count', 'delete', 'get', 'getIsIn', 'getIsNotIn', 'getLength', 'getMax', 'getMin', 'insert', 'keys', 'length', 'rindex', 'set', 'values']
globalNativeFunctionSet = set(['append', 'extend', 'index', 'pop', 'remove', 'reverse', ...])
globalNativeFunctions = ['append', 'extend', 'index', 'pop', 'remove', 'reverse', 'sort']

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

 
Credits
        Art of Illusion <http://www.artofillusion.org/>