eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html

changeset 8199
f6db89b067e7
parent 7989
a21d673a8f99
diff -r 1c765dc90c21 -r f6db89b067e7 eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html	Sat Apr 03 16:02:33 2021 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html	Sat Apr 03 16:54:10 2021 +0200
@@ -253,14 +253,15 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the error dictionary with syntax error details
-        and a statistics dictionary or a tuple containing two None
+tuple containing the error dictionary with syntax error details,
+        a statistics dictionary and None or a tuple containing two None and
+        the generated AST tree
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (dict, dict) or tuple of (None, None)
+tuple of (dict, dict, None) or tuple of (None, None, ast.Module)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial