--- a/Documentation/Source/eric5.Preferences.__init__.html Sat Dec 11 19:26:19 2010 +0100 +++ b/Documentation/Source/eric5.Preferences.__init__.html Sun Dec 12 17:22:24 2010 +0100 @@ -329,6 +329,9 @@ <td><a href="#toByteArray">toByteArray</a></td> <td>Module function to convert a value to a byte array.</td> </tr><tr> +<td><a href="#toDict">toDict</a></td> +<td>Module function to convert a value to a dictionary.</td> +</tr><tr> <td><a href="#toList">toList</a></td> <td>Module function to convert a value to a list.</td> </tr> @@ -2124,6 +2127,24 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="toDict" ID="toDict"></a> +<h2>toDict</h2> +<b>toDict</b>(<i>value</i>) +<p> + Module function to convert a value to a dictionary. +</p><dl> +<dt><i>value</i></dt> +<dd> +value to be converted +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +converted data +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="toList" ID="toList"></a> <h2>toList</h2> <b>toList</b>(<i>value</i>)