diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/escapeddict-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/escapeddict-module.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,216 @@
+
+
+
+
+ escapeddict
+
+
+
+
+
+
+
+
+
+
+
+ Module escapeddict
+
+ |
+
+
+ |
+
+
+
+Module escapeddict
source code
+This class enables developer to use ${xxx} pattern in their dict and
+get them replaced recursively.
+
+
+
+
+
+
+
+
+ |
+ _CustomArray
+ Internal class
+ |
+
+
+
+
+ |
+ EscapedDict
+ Implements a dictionary that escapes the key values recursively.
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ escapeString(input_string,
+ config)
+
+ | source code
+ |
+
+
+ Escape a string recursively.
+
+ - Parameters:
+
+ input_string - the string to be escaped.
+ config - a dictionnary containing the values to escape.
+
+ - Returns:
+ - the escaped string.
+
+ |
+
+
+
+
+
+
+
+
+
+