63 <td><a href="#vultureCheck">vultureCheck</a></td> |
63 <td><a href="#vultureCheck">vultureCheck</a></td> |
64 <td>Private function to analyze one file.</td> |
64 <td>Private function to analyze one file.</td> |
65 </tr> |
65 </tr> |
66 <tr> |
66 <tr> |
67 <td><a href="#worker">worker</a></td> |
67 <td><a href="#worker">worker</a></td> |
68 <td>Module function acting as the parallel worker for the cyclomatic complexity calculation.</td> |
68 <td>Module function acting as the parallel worker for the vulture check.</td> |
69 </tr> |
69 </tr> |
70 </table> |
70 </table> |
71 <hr /> |
71 <hr /> |
72 <hr /> |
72 <hr /> |
73 <a NAME="EricVulture" ID="EricVulture"></a> |
73 <a NAME="EricVulture" ID="EricVulture"></a> |
289 <a NAME="worker" ID="worker"></a> |
289 <a NAME="worker" ID="worker"></a> |
290 <h2>worker</h2> |
290 <h2>worker</h2> |
291 <b>worker</b>(<i>inputQueue, outputQueue</i>) |
291 <b>worker</b>(<i>inputQueue, outputQueue</i>) |
292 |
292 |
293 <p> |
293 <p> |
294 Module function acting as the parallel worker for the cyclomatic |
294 Module function acting as the parallel worker for the vulture check. |
295 complexity calculation. |
|
296 </p> |
295 </p> |
297 <dl> |
296 <dl> |
298 |
297 |
299 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt> |
298 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt> |
300 <dd> |
299 <dd> |