src/eric7/Documentation/Source/eric7.Project.Project.html

branch
eric7
changeset 9925
a267ac36dd69
parent 9744
92fbd6bdba84
child 10070
9f5758c0fec1
--- a/src/eric7/Documentation/Source/eric7.Project.Project.html	Mon Mar 20 10:43:29 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.Project.html	Mon Mar 20 16:08:35 2023 +0100
@@ -2456,22 +2456,26 @@
 </dl>
 <a NAME="Project.getData" ID="Project.getData"></a>
 <h4>Project.getData</h4>
-<b>getData</b>(<i>category, key</i>)
+<b>getData</b>(<i>category, key, default=None</i>)
 
 <p>
         Public method to get data out of the project data store.
 </p>
 <dl>
 
-<dt><i>category</i></dt>
-<dd>
-category of the data to get (string, one of
+<dt><i>category</i> (str)</dt>
+<dd>
+category of the data to get (one of
             PROJECTTYPESPECIFICDATA, CHECKERSPARMS, PACKAGERSPARMS,
             DOCUMENTATIONPARMS or OTHERTOOLSPARMS)
 </dd>
-<dt><i>key</i></dt>
-<dd>
-key of the data entry to get (string).
+<dt><i>key</i> (str)</dt>
+<dd>
+key of the data entry to get
+</dd>
+<dt><i>default</i> (Any (optional))</dt>
+<dd>
+value to return in case the key is not found (defaults to None)
 </dd>
 </dl>
 <dl>

eric ide

mercurial