--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html Tue May 23 12:00:37 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html Tue May 23 12:04:07 2023 +0200 @@ -51,6 +51,14 @@ <td>Function to check that a node is a bytes.</td> </tr> <tr> +<td><a href="#isEllipsis">isEllipsis</a></td> +<td>Function to check that a node is an ellipsis.</td> +</tr> +<tr> +<td><a href="#isEllipsis_1">isEllipsis</a></td> +<td>Function to check that a node is an ellipsis.</td> +</tr> +<tr> <td><a href="#isNameConstant">isNameConstant</a></td> <td>Function to check that a node is a name constant.</td> </tr> @@ -265,6 +273,64 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<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> +<dd> +reference to the node to check +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +flag indicating an ellipsis +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="isEllipsis_1" ID="isEllipsis_1"></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> +<dd> +reference to the node to check +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +flag indicating an ellipsis +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="isNameConstant" ID="isNameConstant"></a> <h2>isNameConstant</h2> <b>isNameConstant</b>(<i>node</i>)