9502:6091145e189e | 9503:ae9232bf4854 |
---|---|
35 <td><a href="#SourceStat">SourceStat</a></td> | 35 <td><a href="#SourceStat">SourceStat</a></td> |
36 <td>Class used to calculate and store the source code statistics.</td> | 36 <td>Class used to calculate and store the source code statistics.</td> |
37 </tr> | 37 </tr> |
38 <tr> | 38 <tr> |
39 <td><a href="#Token">Token</a></td> | 39 <td><a href="#Token">Token</a></td> |
40 <td>Class to store the token related infos.</td> | 40 <td>Class to store the token related info.</td> |
41 </tr> | 41 </tr> |
42 </table> | 42 </table> |
43 <h3>Functions</h3> | 43 <h3>Functions</h3> |
44 | 44 |
45 <table> | 45 <table> |
299 <hr /> | 299 <hr /> |
300 <a NAME="Token" ID="Token"></a> | 300 <a NAME="Token" ID="Token"></a> |
301 <h2>Token</h2> | 301 <h2>Token</h2> |
302 | 302 |
303 <p> | 303 <p> |
304 Class to store the token related infos. | 304 Class to store the token related info. |
305 </p> | 305 </p> |
306 <h3>Derived from</h3> | 306 <h3>Derived from</h3> |
307 None | 307 None |
308 <h3>Class Attributes</h3> | 308 <h3>Class Attributes</h3> |
309 | 309 |
316 <tr><td>None</td></tr> | 316 <tr><td>None</td></tr> |
317 </table> | 317 </table> |
318 <h3>Methods</h3> | 318 <h3>Methods</h3> |
319 | 319 |
320 <table> | 320 <table> |
321 | 321 <tr><td>None</td></tr> |
322 <tr> | |
323 <td><a href="#Token.__init__">Token</a></td> | |
324 <td>Constructor</td> | |
325 </tr> | |
326 </table> | 322 </table> |
327 <h3>Static Methods</h3> | 323 <h3>Static Methods</h3> |
328 | 324 |
329 <table> | 325 <table> |
330 <tr><td>None</td></tr> | 326 <tr><td>None</td></tr> |
331 </table> | 327 </table> |
332 | 328 |
333 <a NAME="Token.__init__" ID="Token.__init__"></a> | |
334 <h4>Token (Constructor)</h4> | |
335 <b>Token</b>(<i>**kw</i>) | |
336 | |
337 <p> | |
338 Constructor | |
339 </p> | |
340 <dl> | |
341 | |
342 <dt><i>**kw=</i></dt> | |
343 <dd> | |
344 list of key, value pairs | |
345 </dd> | |
346 </dl> | |
347 <div align="right"><a href="#top">Up</a></div> | 329 <div align="right"><a href="#top">Up</a></div> |
348 <hr /> | 330 <hr /> |
349 <hr /> | 331 <hr /> |
350 <a NAME="analyze" ID="analyze"></a> | 332 <a NAME="analyze" ID="analyze"></a> |
351 <h2>analyze</h2> | 333 <h2>analyze</h2> |