--- 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>