diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/configuration.NestedConfiguration-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/configuration.NestedConfiguration-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,554 @@ + + + +
+Trees | + + +Indices | + + +Help | + ++ |
---|
+ | + +
+ |
+
+ object --+ + | +UserDict.DictMixin --+ + | + Configuration --+ + | + NestedConfiguration ++ +
+
|
+|||
+ + |
+
|
+ ||
+ + |
+
|
+ ||
+ + |
+
|
+ ||
+ + |
+
|
+ ||
+ + |
+
|
+ ||
+ + |
+
|
+ ||
+ + |
+
|
+ ||
+ + |
+
|
+ ||
+ Inherited from Inherited from Inherited from |
+
+
|
+|||
+ Inherited from |
+
+
|
+|||
+ Inherited from |
+
+
|
+
+
|
+
Adds a property value to the configuration. +If the property does not exist, it is added without modification. +If there is already a single value matching the key, the value is replaced by a list +containing the original and new values. +If there is already a list, the new value is added to the list. +The value is first processed in case it also represents a list of values, +e.g. comma-separated values. +
|
+
|
+
|
+
|
+
|
+
|
Trees | + + +Indices | + + +Help | + ++ |
---|
+ Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:18 2009 + | ++ http://epydoc.sourceforge.net + | +