Documentation/Source/eric5.Utilities.ModuleParser.html

changeset 1229
a8207dc73672
parent 1228
7afaf2fca55b
child 1302
95538c8d07c1
equal deleted inserted replaced
1228:7afaf2fca55b 1229:a8207dc73672
94 <table> 94 <table>
95 <tr><td>None</td></tr> 95 <tr><td>None</td></tr>
96 </table> 96 </table>
97 <h3>Methods</h3> 97 <h3>Methods</h3>
98 <table> 98 <table>
99 <tr><td>None</td></tr> 99 <tr>
100 <td><a href="#Attribute.__init__">Attribute</a></td>
101 <td>Constructor</td>
102 </tr>
100 </table> 103 </table>
101 <h3>Static Methods</h3> 104 <h3>Static Methods</h3>
102 <table> 105 <table>
103 <tr><td>None</td></tr> 106 <tr><td>None</td></tr>
104 </table> 107 </table>
143 <tr><td>None</td></tr> 146 <tr><td>None</td></tr>
144 </table> 147 </table>
145 <h3>Methods</h3> 148 <h3>Methods</h3>
146 <table> 149 <table>
147 <tr> 150 <tr>
151 <td><a href="#Class.__init__">Class</a></td>
152 <td>Constructor</td>
153 </tr><tr>
148 <td><a href="#Class.addAttribute">addAttribute</a></td> 154 <td><a href="#Class.addAttribute">addAttribute</a></td>
149 <td>Public method to add information about attributes.</td> 155 <td>Public method to add information about attributes.</td>
150 </tr><tr> 156 </tr><tr>
151 <td><a href="#Class.addDescription">addDescription</a></td> 157 <td><a href="#Class.addDescription">addDescription</a></td>
152 <td>Public method to store the class docstring.</td> 158 <td>Public method to store the class docstring.</td>
302 <tr><td>None</td></tr> 308 <tr><td>None</td></tr>
303 </table> 309 </table>
304 <h3>Methods</h3> 310 <h3>Methods</h3>
305 <table> 311 <table>
306 <tr> 312 <tr>
313 <td><a href="#Function.__init__">Function</a></td>
314 <td>Constructor</td>
315 </tr><tr>
307 <td><a href="#Function.addDescription">addDescription</a></td> 316 <td><a href="#Function.addDescription">addDescription</a></td>
308 <td>Public method to store the functions docstring.</td> 317 <td>Public method to store the functions docstring.</td>
309 </tr> 318 </tr>
310 </table> 319 </table>
311 <h3>Static Methods</h3> 320 <h3>Static Methods</h3>
369 <tr><td>None</td></tr> 378 <tr><td>None</td></tr>
370 </table> 379 </table>
371 <h3>Methods</h3> 380 <h3>Methods</h3>
372 <table> 381 <table>
373 <tr> 382 <tr>
383 <td><a href="#Module.__init__">Module</a></td>
384 <td>Constructor</td>
385 </tr><tr>
374 <td><a href="#Module.__py_scan">__py_scan</a></td> 386 <td><a href="#Module.__py_scan">__py_scan</a></td>
375 <td>Private method to scan the source text of a Python module and retrieve the relevant information.</td> 387 <td>Private method to scan the source text of a Python module and retrieve the relevant information.</td>
376 </tr><tr> 388 </tr><tr>
377 <td><a href="#Module.__py_setVisibility">__py_setVisibility</a></td> 389 <td><a href="#Module.__py_setVisibility">__py_setVisibility</a></td>
378 <td>Private method to set the visibility of an object.</td> 390 <td>Private method to set the visibility of an object.</td>
642 <tr><td>None</td></tr> 654 <tr><td>None</td></tr>
643 </table> 655 </table>
644 <h3>Methods</h3> 656 <h3>Methods</h3>
645 <table> 657 <table>
646 <tr> 658 <tr>
659 <td><a href="#RbModule.__init__">RbModule</a></td>
660 <td>Constructor</td>
661 </tr><tr>
647 <td><a href="#RbModule.addClass">addClass</a></td> 662 <td><a href="#RbModule.addClass">addClass</a></td>
648 <td>Public method to add information about a class.</td> 663 <td>Public method to add information about a class.</td>
649 </tr> 664 </tr>
650 </table> 665 </table>
651 <h3>Static Methods</h3> 666 <h3>Static Methods</h3>

eric ide

mercurial