267 </dl> |
267 </dl> |
268 <div align="right"><a href="#top">Up</a></div> |
268 <div align="right"><a href="#top">Up</a></div> |
269 <hr /><hr /> |
269 <hr /><hr /> |
270 <a NAME="worker" ID="worker"></a> |
270 <a NAME="worker" ID="worker"></a> |
271 <h2>worker</h2> |
271 <h2>worker</h2> |
272 <b>worker</b>(<i>input, output</i>) |
272 <b>worker</b>(<i>inputQueue, outputQueue</i>) |
273 <p> |
273 <p> |
274 Module function acting as the parallel worker for the style check. |
274 Module function acting as the parallel worker for the style check. |
275 </p><dl> |
275 </p><dl> |
276 <dt><i>input</i></dt> |
276 <dt><i>inputQueue</i></dt> |
277 <dd> |
277 <dd> |
278 input queue (multiprocessing.Queue) |
278 input queue (multiprocessing.Queue) |
279 </dd><dt><i>output</i></dt> |
279 </dd><dt><i>outputQueue</i></dt> |
280 <dd> |
280 <dd> |
281 output queue (multiprocessing.Queue) |
281 output queue (multiprocessing.Queue) |
282 </dd> |
282 </dd> |
283 </dl> |
283 </dl> |
284 <div align="right"><a href="#top">Up</a></div> |
284 <div align="right"><a href="#top">Up</a></div> |