157 </dl> |
157 </dl> |
158 <div align="right"><a href="#top">Up</a></div> |
158 <div align="right"><a href="#top">Up</a></div> |
159 <hr /><hr /> |
159 <hr /><hr /> |
160 <a NAME="worker" ID="worker"></a> |
160 <a NAME="worker" ID="worker"></a> |
161 <h2>worker</h2> |
161 <h2>worker</h2> |
162 <b>worker</b>(<i>input, output</i>) |
162 <b>worker</b>(<i>inputQueue, outputQueue</i>) |
163 <p> |
163 <p> |
164 Module function acting as the parallel worker for the maintainability |
164 Module function acting as the parallel worker for the maintainability |
165 index calculation. |
165 index calculation. |
166 </p><dl> |
166 </p><dl> |
167 <dt><i>input</i> (multiprocessing.Queue)</dt> |
167 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt> |
168 <dd> |
168 <dd> |
169 input queue |
169 input queue |
170 </dd><dt><i>output</i> (multiprocessing.Queue)</dt> |
170 </dd><dt><i>outputQueue</i> (multiprocessing.Queue)</dt> |
171 <dd> |
171 <dd> |
172 output queue |
172 output queue |
173 </dd> |
173 </dd> |
174 </dl> |
174 </dl> |
175 <div align="right"><a href="#top">Up</a></div> |
175 <div align="right"><a href="#top">Up</a></div> |