--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyNodeVisitor.html Sun May 21 15:26:11 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyNodeVisitor.html Sun May 21 16:04:59 2023 +0200 @@ -252,6 +252,10 @@ <td>Private method to check for reflexive assignments.</td> </tr> <tr> +<td><a href="#SimplifyNodeVisitor.__check910">__check910</a></td> +<td>Private method to check for uses of 'dict.get(key, None)'.</td> +</tr> +<tr> <td><a href="#SimplifyNodeVisitor.__expressionUsesVariable">__expressionUsesVariable</a></td> <td>Private method to check, if a variable is used by an expression.</td> </tr> @@ -1069,6 +1073,20 @@ reference to the AST node to be checked </dd> </dl> +<a NAME="SimplifyNodeVisitor.__check910" ID="SimplifyNodeVisitor.__check910"></a> +<h4>SimplifyNodeVisitor.__check910</h4> +<b>__check910</b>(<i>node</i>) + +<p> + Private method to check for uses of 'dict.get(key, None)'. +</p> +<dl> + +<dt><i>node</i> (ast.Call)</dt> +<dd> +reference to the AST node to be checked +</dd> +</dl> <a NAME="SimplifyNodeVisitor.__expressionUsesVariable" ID="SimplifyNodeVisitor.__expressionUsesVariable"></a> <h4>SimplifyNodeVisitor.__expressionUsesVariable</h4> <b>__expressionUsesVariable</b>(<i>expr, var</i>)