181 </dl> |
181 </dl> |
182 <div align="right"><a href="#top">Up</a></div> |
182 <div align="right"><a href="#top">Up</a></div> |
183 <hr /><hr /> |
183 <hr /><hr /> |
184 <a NAME="worker" ID="worker"></a> |
184 <a NAME="worker" ID="worker"></a> |
185 <h2>worker</h2> |
185 <h2>worker</h2> |
186 <b>worker</b>(<i>input, output</i>) |
186 <b>worker</b>(<i>inputQueue, outputQueue</i>) |
187 <p> |
187 <p> |
188 Module function acting as the parallel worker for the raw code metrics |
188 Module function acting as the parallel worker for the raw code metrics |
189 calculation. |
189 calculation. |
190 </p><dl> |
190 </p><dl> |
191 <dt><i>input</i> (multiprocessing.Queue)</dt> |
191 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt> |
192 <dd> |
192 <dd> |
193 input queue |
193 input queue |
194 </dd><dt><i>output</i> (multiprocessing.Queue)</dt> |
194 </dd><dt><i>outputQueue</i> (multiprocessing.Queue)</dt> |
195 <dd> |
195 <dd> |
196 output queue |
196 output queue |
197 </dd> |
197 </dd> |
198 </dl> |
198 </dl> |
199 <div align="right"><a href="#top">Up</a></div> |
199 <div align="right"><a href="#top">Up</a></div> |