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

Dictionary object attributes.

 
Modules
       
__init__
fabmetheus_utilities.euclidean

 
Classes
       
DictionaryAttribute

 
class DictionaryAttribute
    Class to handle a dictionary.
 
  Methods defined here:
__init__(self, dictionaryObject)
Initialize.
__repr__(self)
Get the dictionary representation of this DictionaryAttribute.
count(self, value)
Get the count.
delete(self, arguments)
Get the delete dictionary.
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.
index(self, value)
Get the index element.
length(self)
Get the length.
set(self, itemIndex, value)
Set value.

 
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 = ['count', 'delete', 'getIsIn', 'getIsNotIn', 'getLength', 'getMax', 'getMin', 'index', 'length', 'set']
globalGetAccessibleAttributeSet = set(['count', 'delete', 'getIsIn', 'getIsNotIn', 'getLength', 'getMax', ...])
globalNativeFunctionSet = set(['clear', 'copy', 'fromkeys', 'get', 'items', 'keys', ...])
globalNativeFunctions = ['clear', 'copy', 'fromkeys', 'get', 'items', 'keys', 'pop', 'popitem', 'remove', 'setdefault', 'update', 'values']

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

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