eric7/Documentation/Source/eric7.Preferences.__init__.html

branch
eric7
changeset 8541
927d57b6aae0
parent 8372
e0227a7c850e
child 8549
15eca21fd968
--- a/eric7/Documentation/Source/eric7.Preferences.__init__.html	Tue Aug 24 18:06:48 2021 +0200
+++ b/eric7/Documentation/Source/eric7.Preferences.__init__.html	Tue Aug 24 18:10:24 2021 +0200
@@ -675,11 +675,11 @@
 </p>
 <dl>
 
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
 the key of the value to get
 </dd>
-<dt><i>prefClass</i></dt>
+<dt><i>prefClass</i> (Prefs)</dt>
 <dd>
 preferences class used as the storage area
 </dd>
@@ -690,6 +690,12 @@
 the requested debugger setting
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -2139,15 +2145,15 @@
 </p>
 <dl>
 
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
 the key of the setting to be set
 </dd>
-<dt><i>value</i></dt>
+<dt><i>value</i> (Any)</dt>
 <dd>
 the value to be set
 </dd>
-<dt><i>prefClass</i></dt>
+<dt><i>prefClass</i> (Prefs)</dt>
 <dd>
 preferences class used as the storage area
 </dd>

eric ide

mercurial