224 </dl> |
224 </dl> |
225 <div align="right"><a href="#top">Up</a></div> |
225 <div align="right"><a href="#top">Up</a></div> |
226 <hr /><hr /> |
226 <hr /><hr /> |
227 <a NAME="worker" ID="worker"></a> |
227 <a NAME="worker" ID="worker"></a> |
228 <h2>worker</h2> |
228 <h2>worker</h2> |
229 <b>worker</b>(<i>input, output</i>) |
229 <b>worker</b>(<i>inputQueue, outputQueue</i>) |
230 <p> |
230 <p> |
231 Module function acting as the parallel worker for the cyclomatic |
231 Module function acting as the parallel worker for the cyclomatic |
232 complexity calculation. |
232 complexity calculation. |
233 </p><dl> |
233 </p><dl> |
234 <dt><i>input</i> (multiprocessing.Queue)</dt> |
234 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt> |
235 <dd> |
235 <dd> |
236 input queue |
236 input queue |
237 </dd><dt><i>output</i> (multiprocessing.Queue)</dt> |
237 </dd><dt><i>outputQueue</i> (multiprocessing.Queue)</dt> |
238 <dd> |
238 <dd> |
239 output queue |
239 output queue |
240 </dd> |
240 </dd> |
241 </dl> |
241 </dl> |
242 <div align="right"><a href="#top">Up</a></div> |
242 <div align="right"><a href="#top">Up</a></div> |