--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyChecker.html Tue Aug 23 19:33:07 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyChecker.html Tue Aug 23 19:35:42 2022 +0200 @@ -59,6 +59,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#SimplifyChecker.__addMeta">__addMeta</a></td> +<td>Private method to amend the nodes of the given AST tree with backward and forward references.</td> +</tr> +<tr> <td><a href="#SimplifyChecker.__error">__error</a></td> <td>Private method to record an issue.</td> </tr> @@ -115,6 +119,25 @@ flag indicating to report each occurrence of a code </dd> </dl> +<a NAME="SimplifyChecker.__addMeta" ID="SimplifyChecker.__addMeta"></a> +<h4>SimplifyChecker.__addMeta</h4> +<b>__addMeta</b>(<i>root, level=0</i>) + +<p> + Private method to amend the nodes of the given AST tree with backward and + forward references. +</p> +<dl> + +<dt><i>root</i> (ast.AST)</dt> +<dd> +reference to the root node of the tree +</dd> +<dt><i>level</i> (int (optional))</dt> +<dd> +nesting level (defaults to 0) +</dd> +</dl> <a NAME="SimplifyChecker.__error" ID="SimplifyChecker.__error"></a> <h4>SimplifyChecker.__error</h4> <b>__error</b>(<i>lineNumber, offset, code, *args</i>)