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.
add(self, value)
Get the concatenation, same as append.
copy(self)
Get the copy.
delete(self, arguments)
Get the delete list.
get(self, itemIndex)
Get value by index
getExpansion(self, items)
Get the concatenated copies.
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__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)
globalAccessibleAttributeDictionary = ['add', 'copy', 'count', 'delete', 'get', 'getExpansion', 'getIsIn', 'getIsNotIn', 'getLength', 'getMax', 'getMin', 'insert', 'keys', 'length', 'rindex', 'set', 'values']
globalGetAccessibleAttributeSet = set(['add', 'copy', 'count', 'delete', 'get', 'getExpansion', ...])
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/>