RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator.html

branch
eric7
changeset 87
6ae91562f0a7
parent 78
4ce16e1d29f3
child 107
0843dd7239f6
equal deleted inserted replaced
86:326e08294b3d 87:6ae91562f0a7
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html><head> 2 <html><head>
3 <title>Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator</title> 3 <title>Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator</title>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <style> 5 <link rel="stylesheet" href="styles.css">
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head> 6 </head>
21 <body> 7 <body>
22 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
23 <h1>Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator</h1> 9 <h1>Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator</h1>
24 10
62 <tr> 48 <tr>
63 <td><a href="#rawCodeMetrics">rawCodeMetrics</a></td> 49 <td><a href="#rawCodeMetrics">rawCodeMetrics</a></td>
64 <td>Private function to calculate the raw code metrics of one file.</td> 50 <td>Private function to calculate the raw code metrics of one file.</td>
65 </tr> 51 </tr>
66 <tr> 52 <tr>
67 <td><a href="#worker">worker</a></td> 53 <td><a href="#workerTask">workerTask</a></td>
68 <td>Module function acting as the parallel worker for the raw code metrics calculation.</td> 54 <td>Module function acting as the parallel worker for the raw code metrics calculation.</td>
69 </tr> 55 </tr>
70 </table> 56 </table>
71 <hr /> 57 <hr />
72 <hr /> 58 <hr />
229 </dd> 215 </dd>
230 </dl> 216 </dl>
231 <div align="right"><a href="#top">Up</a></div> 217 <div align="right"><a href="#top">Up</a></div>
232 <hr /> 218 <hr />
233 <hr /> 219 <hr />
234 <a NAME="worker" ID="worker"></a> 220 <a NAME="workerTask" ID="workerTask"></a>
235 <h2>worker</h2> 221 <h2>workerTask</h2>
236 <b>worker</b>(<i>inputQueue, outputQueue</i>) 222 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
237 223
238 <p> 224 <p>
239 Module function acting as the parallel worker for the raw code metrics 225 Module function acting as the parallel worker for the raw code metrics
240 calculation. 226 calculation.
241 </p> 227 </p>

eric ide

mercurial