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

branch
eric7
changeset 8652
8cacde11f4fd
parent 8596
d64760b2da50
equal deleted inserted replaced
8651:ce4c3c401482 8652:8cacde11f4fd
48 <tr> 48 <tr>
49 <td><a href="#normalizeCode">normalizeCode</a></td> 49 <td><a href="#normalizeCode">normalizeCode</a></td>
50 <td>Function to normalize the given code.</td> 50 <td>Function to normalize the given code.</td>
51 </tr> 51 </tr>
52 <tr> 52 <tr>
53 <td><a href="#worker">worker</a></td> 53 <td><a href="#workerTask">workerTask</a></td>
54 <td>Module function acting as the parallel worker for the syntax check.</td> 54 <td>Module function acting as the parallel worker for the syntax check.</td>
55 </tr> 55 </tr>
56 </table> 56 </table>
57 <hr /> 57 <hr />
58 <hr /> 58 <hr />
232 </dd> 232 </dd>
233 </dl> 233 </dl>
234 <div align="right"><a href="#top">Up</a></div> 234 <div align="right"><a href="#top">Up</a></div>
235 <hr /> 235 <hr />
236 <hr /> 236 <hr />
237 <a NAME="worker" ID="worker"></a> 237 <a NAME="workerTask" ID="workerTask"></a>
238 <h2>worker</h2> 238 <h2>workerTask</h2>
239 <b>worker</b>(<i>inputQueue, outputQueue</i>) 239 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
240 240
241 <p> 241 <p>
242 Module function acting as the parallel worker for the syntax check. 242 Module function acting as the parallel worker for the syntax check.
243 </p> 243 </p>
244 <dl> 244 <dl>

eric ide

mercurial