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

branch
eric7
changeset 10479
856476537696
parent 10341
3fdffd9cc21d
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,22 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax</h1>
-
 <p>
 Module implementing the syntax check for Python 3.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>VcsConflictMarkerRegExpList</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#__pySyntaxAndPyflakesCheck">__pySyntaxAndPyflakesCheck</a></td>
 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td>
@@ -58,16 +56,17 @@
 <td>Module function acting as the parallel worker for the syntax check.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="__pySyntaxAndPyflakesCheck" ID="__pySyntaxAndPyflakesCheck"></a>
 <h2>__pySyntaxAndPyflakesCheck</h2>
 <b>__pySyntaxAndPyflakesCheck</b>(<i>filename, codestring, checkFlakes=True, ignoreStarImportWarnings=False, additionalBuiltins=None, </i>)
-
 <p>
     Function to compile one Python source file to Python bytecode
     and to perform a pyflakes check.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -114,11 +113,11 @@
 <a NAME="extractLineFlags" ID="extractLineFlags"></a>
 <h2>extractLineFlags</h2>
 <b>extractLineFlags</b>(<i>line, startComment="</i>)
-
 <p>
     Function to extract flags starting and ending with '__' from a line
     comment.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -156,10 +155,10 @@
 <a NAME="initBatchService" ID="initBatchService"></a>
 <h2>initBatchService</h2>
 <b>initBatchService</b>(<i></i>)
-
 <p>
     Initialize the batch service and return the entry point.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -178,10 +177,10 @@
 <a NAME="initService" ID="initService"></a>
 <h2>initService</h2>
 <b>initService</b>(<i></i>)
-
 <p>
     Initialize the service and return the entry point.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -200,10 +199,10 @@
 <a NAME="pySyntaxAndPyflakesBatchCheck" ID="pySyntaxAndPyflakesBatchCheck"></a>
 <h2>pySyntaxAndPyflakesBatchCheck</h2>
 <b>pySyntaxAndPyflakesBatchCheck</b>(<i>argumentsList, send, fx, cancelled, maxProcesses=0</i>)
-
 <p>
     Module function to check syntax for a batch of files.
 </p>
+
 <dl>
 
 <dt><i>argumentsList</i> (list)</dt>
@@ -233,11 +232,11 @@
 <a NAME="pySyntaxAndPyflakesCheck" ID="pySyntaxAndPyflakesCheck"></a>
 <h2>pySyntaxAndPyflakesCheck</h2>
 <b>pySyntaxAndPyflakesCheck</b>(<i>filename, codestring, checkFlakes=True, ignoreStarImportWarnings=False, additionalBuiltins=None, </i>)
-
 <p>
     Function to compile one Python source file to Python bytecode
     and to perform a pyflakes check.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -290,10 +289,10 @@
 <a NAME="workerTask" ID="workerTask"></a>
 <h2>workerTask</h2>
 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
-
 <p>
     Module function acting as the parallel worker for the syntax check.
 </p>
+
 <dl>
 
 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt>
@@ -307,4 +306,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial