Documentation/Source/eric5.Preferences.__init__.html

changeset 748
eb7e73107d27
parent 701
fc587a1c2f8b
child 945
8cd4d08fa9f6
child 1278
fb0460fd00b9
--- 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>)

eric ide

mercurial