Module configuration :: Class Specification
[hide private]
[frames] | no frames]

Class Specification

source code

            object --+        
                     |        
UserDict.DictMixin --+        
                     |        
         Configuration --+    
                         |    
       NestedConfiguration --+
                             |
                            Specification

Deprecated. This should be removed in future, it adds no value.

Instance Methods [hide private]
 
__init__(self)
Initialization.
source code

Inherited from NestedConfiguration: __delitem__, __getitem__, __setitem__, isBuildable, keys, match_name

Inherited from NestedConfiguration (private): _addPropertyValue

Inherited from Configuration: __str__, get, get_boolean, get_int, get_list, interpolate

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Inherited from UserDict.DictMixin: __cmp__, __contains__, __iter__, __len__, clear, has_key, items, iteritems, iterkeys, itervalues, pop, popitem, setdefault, update, values

Class Variables [hide private]

Inherited from Configuration: key_re

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Initialization.
Overrides: NestedConfiguration.__init__