173 </dl> |
173 </dl> |
174 <div align="right"><a href="#top">Up</a></div> |
174 <div align="right"><a href="#top">Up</a></div> |
175 <hr /><hr /> |
175 <hr /><hr /> |
176 <a NAME="worker" ID="worker"></a> |
176 <a NAME="worker" ID="worker"></a> |
177 <h2>worker</h2> |
177 <h2>worker</h2> |
178 <b>worker</b>(<i>input, output</i>) |
178 <b>worker</b>(<i>inputQueue, outputQueue</i>) |
179 <p> |
179 <p> |
180 Module function acting as the parallel worker for the style check. |
180 Module function acting as the parallel worker for the style check. |
181 </p><dl> |
181 </p><dl> |
182 <dt><i>input</i></dt> |
182 <dt><i>inputQueue</i></dt> |
183 <dd> |
183 <dd> |
184 input queue (multiprocessing.Queue) |
184 input queue (multiprocessing.Queue) |
185 </dd><dt><i>output</i></dt> |
185 </dd><dt><i>outputQueue</i></dt> |
186 <dd> |
186 <dd> |
187 output queue (multiprocessing.Queue) |
187 output queue (multiprocessing.Queue) |
188 </dd> |
188 </dd> |
189 </dl> |
189 </dl> |
190 <div align="right"><a href="#top">Up</a></div> |
190 <div align="right"><a href="#top">Up</a></div> |