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

changeset 5606
da305d172769
parent 5586
0e5421d679e7
child 5762
76ef5f340007
equal deleted inserted replaced
5605:1950fe1a32c4 5606:da305d172769
220 </dl> 220 </dl>
221 <div align="right"><a href="#top">Up</a></div> 221 <div align="right"><a href="#top">Up</a></div>
222 <hr /><hr /> 222 <hr /><hr />
223 <a NAME="worker" ID="worker"></a> 223 <a NAME="worker" ID="worker"></a>
224 <h2>worker</h2> 224 <h2>worker</h2>
225 <b>worker</b>(<i>input, output</i>) 225 <b>worker</b>(<i>inputQueue, outputQueue</i>)
226 <p> 226 <p>
227 Module function acting as the parallel worker for the style check. 227 Module function acting as the parallel worker for the style check.
228 </p><dl> 228 </p><dl>
229 <dt><i>input</i></dt> 229 <dt><i>inputQueue</i></dt>
230 <dd> 230 <dd>
231 input queue (multiprocessing.Queue) 231 input queue (multiprocessing.Queue)
232 </dd><dt><i>output</i></dt> 232 </dd><dt><i>outputQueue</i></dt>
233 <dd> 233 <dd>
234 output queue (multiprocessing.Queue) 234 output queue (multiprocessing.Queue)
235 </dd> 235 </dd>
236 </dl> 236 </dl>
237 <div align="right"><a href="#top">Up</a></div> 237 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial