diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,25 +7,23 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities</h1> - <p> Module implementing some utility and compatibility functions for working with the ast module. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#getValue">getValue</a></td> <td>Function to extract the value of a node.</td> @@ -55,15 +53,16 @@ <td>Function to check that a node is a string.</td> </tr> </table> + <hr /> <hr /> <a NAME="getValue" ID="getValue"></a> <h2>getValue</h2> <b>getValue</b>(<i>node</i>) - <p> Function to extract the value of a node. </p> + <dl> <dt><i>node</i> (ast.Constant)</dt> @@ -96,10 +95,10 @@ <a NAME="isBaseString" ID="isBaseString"></a> <h2>isBaseString</h2> <b>isBaseString</b>(<i>node</i>) - <p> Function to check that a node is a bytes or string. </p> + <dl> <dt><i>node</i> (ast.AST)</dt> @@ -125,10 +124,10 @@ <a NAME="isBytes" ID="isBytes"></a> <h2>isBytes</h2> <b>isBytes</b>(<i>node</i>) - <p> Function to check that a node is a bytes. </p> + <dl> <dt><i>node</i> (ast.AST)</dt> @@ -154,10 +153,10 @@ <a NAME="isEllipsis" ID="isEllipsis"></a> <h2>isEllipsis</h2> <b>isEllipsis</b>(<i>node</i>) - <p> Function to check that a node is an ellipsis. </p> + <dl> <dt><i>node</i> (ast.AST)</dt> @@ -183,10 +182,10 @@ <a NAME="isNameConstant" ID="isNameConstant"></a> <h2>isNameConstant</h2> <b>isNameConstant</b>(<i>node</i>) - <p> Function to check that a node is a name constant. </p> + <dl> <dt><i>node</i> (ast.AST)</dt> @@ -212,10 +211,10 @@ <a NAME="isNumber" ID="isNumber"></a> <h2>isNumber</h2> <b>isNumber</b>(<i>node</i>) - <p> Function to check that a node is a number. </p> + <dl> <dt><i>node</i> (ast.AST)</dt> @@ -241,10 +240,10 @@ <a NAME="isString" ID="isString"></a> <h2>isString</h2> <b>isString</b>(<i>node</i>) - <p> Function to check that a node is a string. </p> + <dl> <dt><i>node</i> (ast.AST)</dt> @@ -266,4 +265,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>