src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html

branch
eric7
changeset 10189
1ab3a4674cb4
parent 9295
d14096c04126
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html	Sat Sep 02 15:50:01 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html	Sat Sep 02 15:50:18 2023 +0200
@@ -131,17 +131,17 @@
     Function to build a string from an ast.BinOp chain.
 </p>
 <p>
-    This will build a string from a series of ast.Str/ast.Constant nodes
+    This will build a string from a series of ast.Constant nodes
     wrapped in ast.BinOp nodes. Something like "a" + "b" + "c" or "a %s" % val
     etc. The provided node can be any participant in the BinOp chain.
 </p>
 <dl>
 
-<dt><i>node</i> (ast.BinOp or ast.Str/ast.Constant)</dt>
+<dt><i>node</i> (ast.BinOp or ast.Constant)</dt>
 <dd>
 node to be processed
 </dd>
-<dt><i>stop</i> (ast.BinOp or ast.Str/ast.Constant)</dt>
+<dt><i>stop</i> (ast.BinOp or ast.Constant)</dt>
 <dd>
 base node to stop at
 </dd>

eric ide

mercurial