eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html

branch
eric7
changeset 8652
8cacde11f4fd
parent 8596
d64760b2da50
equal deleted inserted replaced
8651:ce4c3c401482 8652:8cacde11f4fd
52 <tr> 52 <tr>
53 <td><a href="#syntaxAndPyflakesCheck">syntaxAndPyflakesCheck</a></td> 53 <td><a href="#syntaxAndPyflakesCheck">syntaxAndPyflakesCheck</a></td>
54 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td> 54 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td>
55 </tr> 55 </tr>
56 <tr> 56 <tr>
57 <td><a href="#worker">worker</a></td> 57 <td><a href="#workerTask">workerTask</a></td>
58 <td>Module function acting as the parallel worker for the syntax check.</td> 58 <td>Module function acting as the parallel worker for the syntax check.</td>
59 </tr> 59 </tr>
60 </table> 60 </table>
61 <hr /> 61 <hr />
62 <hr /> 62 <hr />
269 </dd> 269 </dd>
270 </dl> 270 </dl>
271 <div align="right"><a href="#top">Up</a></div> 271 <div align="right"><a href="#top">Up</a></div>
272 <hr /> 272 <hr />
273 <hr /> 273 <hr />
274 <a NAME="worker" ID="worker"></a> 274 <a NAME="workerTask" ID="workerTask"></a>
275 <h2>worker</h2> 275 <h2>workerTask</h2>
276 <b>worker</b>(<i>inputQueue, outputQueue</i>) 276 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
277 277
278 <p> 278 <p>
279 Module function acting as the parallel worker for the syntax check. 279 Module function acting as the parallel worker for the syntax check.
280 </p> 280 </p>
281 <dl> 281 <dl>

eric ide

mercurial