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

changeset 7336
0095e231ddaf
parent 7273
391d6b7b1eff
child 7641
21ea4fd50b0a
equal deleted inserted replaced
7335:07ed3d73bf58 7336:0095e231ddaf
67 <td><a href="#syntaxAndPyflakesCheck">syntaxAndPyflakesCheck</a></td> 67 <td><a href="#syntaxAndPyflakesCheck">syntaxAndPyflakesCheck</a></td>
68 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td> 68 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td>
69 </tr> 69 </tr>
70 <tr> 70 <tr>
71 <td><a href="#worker">worker</a></td> 71 <td><a href="#worker">worker</a></td>
72 <td>Module function acting as the parallel worker for the style check.</td> 72 <td>Module function acting as the parallel worker for the syntax check.</td>
73 </tr> 73 </tr>
74 </table> 74 </table>
75 <hr /> 75 <hr />
76 <hr /> 76 <hr />
77 <a NAME="__syntaxAndPyflakesCheck" ID="__syntaxAndPyflakesCheck"></a> 77 <a NAME="__syntaxAndPyflakesCheck" ID="__syntaxAndPyflakesCheck"></a>
282 <a NAME="worker" ID="worker"></a> 282 <a NAME="worker" ID="worker"></a>
283 <h2>worker</h2> 283 <h2>worker</h2>
284 <b>worker</b>(<i>inputQueue, outputQueue</i>) 284 <b>worker</b>(<i>inputQueue, outputQueue</i>)
285 285
286 <p> 286 <p>
287 Module function acting as the parallel worker for the style check. 287 Module function acting as the parallel worker for the syntax check.
288 </p> 288 </p>
289 <dl> 289 <dl>
290 290
291 <dt><i>inputQueue</i></dt> 291 <dt><i>inputQueue</i></dt>
292 <dd> 292 <dd>

eric ide

mercurial