210 </dl> |
210 </dl> |
211 <div align="right"><a href="#top">Up</a></div> |
211 <div align="right"><a href="#top">Up</a></div> |
212 <hr /><hr /> |
212 <hr /><hr /> |
213 <a NAME="worker" ID="worker"></a> |
213 <a NAME="worker" ID="worker"></a> |
214 <h2>worker</h2> |
214 <h2>worker</h2> |
215 <b>worker</b>(<i>input, output</i>) |
215 <b>worker</b>(<i>inputQueue, outputQueue</i>) |
216 <p> |
216 <p> |
217 Module function acting as the parallel worker for the cyclomatic |
217 Module function acting as the parallel worker for the cyclomatic |
218 complexity calculation. |
218 complexity calculation. |
219 </p><dl> |
219 </p><dl> |
220 <dt><i>input</i> (multiprocessing.Queue)</dt> |
220 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt> |
221 <dd> |
221 <dd> |
222 input queue |
222 input queue |
223 </dd><dt><i>output</i> (multiprocessing.Queue)</dt> |
223 </dd><dt><i>outputQueue</i> (multiprocessing.Queue)</dt> |
224 <dd> |
224 <dd> |
225 output queue |
225 output queue |
226 </dd> |
226 </dd> |
227 </dl> |
227 </dl> |
228 <div align="right"><a href="#top">Up</a></div> |
228 <div align="right"><a href="#top">Up</a></div> |