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

Module dictionary_attribute

source code

Dictionary object attributes.


Date: $Date: 2008/02/05 $

Author: Enrique Perez (perez_enrique@yahoo.com)

License: GNU Affero General Public License http://www.gnu.org/licenses/agpl.html

Classes [hide private]
  DictionaryAttribute
Class to handle a dictionary.
Functions [hide private]
 
_getAccessibleAttribute(attributeName, dictionaryObject)
Get the accessible attribute.
source code
Variables [hide private]
  __credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
  globalAccessibleAttributes = ['count', 'delete', 'getIsIn', 'g...
  globalGetAccessibleAttributeSet = set(['count', 'delete', 'get...
  globalNativeFunctions = ['clear', 'copy', 'fromkeys', 'get', '...
  globalNativeFunctionSet = set(['clear', 'copy', 'fromkeys', 'g...
  __package__ = 'fabmetheus_utilities.geometry.geometry_utilitie...
Variables Details [hide private]

globalAccessibleAttributes

Value:
['count',
 'delete',
 'getIsIn',
 'getIsNotIn',
 'getLength',
 'getMax',
 'getMin',
 'index',
...

globalGetAccessibleAttributeSet

Value:
set(['count',
     'delete',
     'getIsIn',
     'getIsNotIn',
     'getLength',
     'getMax',
     'getMin',
     'index',
...

globalNativeFunctions

Value:
['clear',
 'copy',
 'fromkeys',
 'get',
 'items',
 'keys',
 'pop',
 'popitem',
...

globalNativeFunctionSet

Value:
set(['clear',
     'copy',
     'fromkeys',
     'get',
     'items',
     'keys',
     'pop',
     'popitem',
...

__package__

Value:
'fabmetheus_utilities.geometry.geometry_utilities.evaluate_enumerables\
'