Package fabmetheus_utilities :: Package geometry :: Package geometry_utilities :: Package evaluate_enumerables :: Module dictionary_attribute :: Class DictionaryAttribute
[hide private]
[frames] | no frames]

Class DictionaryAttribute

source code

Class to handle a dictionary.

Instance Methods [hide private]
 
__init__(self, dictionaryObject)
Initialize.
source code
 
__repr__(self)
Get the dictionary representation of this DictionaryAttribute.
source code
 
count(self, value)
Get the count.
source code
 
delete(self, arguments)
Get the delete dictionary.
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
 
index(self, value)
Get the index element.
source code
 
length(self)
Get the length.
source code
 
set(self, itemIndex, value)
Set value.
source code