diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/configuration.HierarchicalConfiguration-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/configuration.HierarchicalConfiguration-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,325 @@ + + + + + configuration.HierarchicalConfiguration + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module configuration :: + Class HierarchicalConfiguration + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class HierarchicalConfiguration

source code

+
+            object --+    
+                     |    
+UserDict.DictMixin --+    
+                     |    
+         Configuration --+
+                         |
+                        HierarchicalConfiguration
+
+ +
+Represents hierarchical configurations such as XML documents.

+ + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self)
+ Initialization.
+ source code + +
+ +
+   + + + + + + +
__getitem__(self, + key, + interpolate=True)
+ Get an item as a dict.
+ source code + +
+ +
+

Inherited from Configuration: + __delitem__, + __setitem__, + __str__, + get, + get_boolean, + get_int, + get_list, + interpolate, + keys, + match_name +

+

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: + Configuration.__init__ +
+
+
+
+ +
+ +
+ + +
+

__getitem__(self, + key, + interpolate=True) +
(Indexing operator) +

+
source code  +
+ + Get an item as a dict. +
+
Overrides: + Configuration.__getitem__ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +