src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html

branch
eric7
changeset 10189
1ab3a4674cb4
parent 9924
b41c9a7bcbbb
child 10341
3fdffd9cc21d
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html	Sat Sep 02 15:50:01 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html	Sat Sep 02 15:50:18 2023 +0200
@@ -50,6 +50,10 @@
 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td>
 </tr>
 <tr>
+<td><a href="#showwarning">showwarning</a></td>
+<td></td>
+</tr>
+<tr>
 <td><a href="#workerTask">workerTask</a></td>
 <td>Module function acting as the parallel worker for the syntax check.</td>
 </tr>
@@ -91,10 +95,11 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-dictionary with the keys 'error' and 'warnings' which
-            hold a list containing details about the error/ warnings
-            (file name, line number, column, codestring (only at syntax
-            errors), the message, a list with arguments for the message)
+dictionary with the keys 'error', 'py_warnings' and 'warnings' which
+            hold a list containing details about the syntax error, Python warnings
+            and PyFlakes warnings (file name, line number, column, codestring (only
+            for syntax errors), the message and an optional list with arguments for
+            the message)
 </dd>
 </dl>
 <dl>
@@ -259,10 +264,11 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-dictionary with the keys 'error' and 'warnings' which
-            hold a list containing details about the error/warnings
-            (file name, line number, column, codestring (only at syntax
-            errors), the message, a list with arguments for the message)
+dictionary with the keys 'error', 'py_warnings' and 'warnings' which
+            hold a list containing details about the syntax error, Python warnings
+            and PyFlakes warnings (file name, line number, column, codestring (only
+            for syntax errors), the message and an optional list with arguments for
+            the message)
 </dd>
 </dl>
 <dl>
@@ -274,6 +280,13 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="showwarning" ID="showwarning"></a>
+<h2>showwarning</h2>
+<b>showwarning</b>(<i>message, category, filename, lineno, file=None, line=None, </i>)
+
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="workerTask" ID="workerTask"></a>
 <h2>workerTask</h2>
 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)

eric ide

mercurial