8214:51f0d3e047ec | 8215:fc5d68a6889e |
---|---|
519 | 519 |
520 <p> | 520 <p> |
521 Class to represent a Python module. | 521 Class to represent a Python module. |
522 </p> | 522 </p> |
523 <h3>Derived from</h3> | 523 <h3>Derived from</h3> |
524 object | 524 None |
525 <h3>Class Attributes</h3> | 525 <h3>Class Attributes</h3> |
526 | 526 |
527 <table> | 527 <table> |
528 <tr><td>None</td></tr> | 528 <tr><td>None</td></tr> |
529 </table> | 529 </table> |
670 Private method to scan the source text of a Python module and retrieve | 670 Private method to scan the source text of a Python module and retrieve |
671 the relevant information. | 671 the relevant information. |
672 </p> | 672 </p> |
673 <dl> | 673 <dl> |
674 | 674 |
675 <dt><i>src</i></dt> | 675 <dt><i>src</i> (str)</dt> |
676 <dd> | 676 <dd> |
677 the source text to be scanned (string) | 677 the source text to be scanned |
678 </dd> | 678 </dd> |
679 </dl> | 679 </dl> |
680 <a NAME="Module.addClass" ID="Module.addClass"></a> | 680 <a NAME="Module.addClass" ID="Module.addClass"></a> |
681 <h4>Module.addClass</h4> | 681 <h4>Module.addClass</h4> |
682 <b>addClass</b>(<i>name, _class</i>) | 682 <b>addClass</b>(<i>name, _class</i>) |
1014 | 1014 |
1015 <p> | 1015 <p> |
1016 Class implementing the visibility aspect of all objects. | 1016 Class implementing the visibility aspect of all objects. |
1017 </p> | 1017 </p> |
1018 <h3>Derived from</h3> | 1018 <h3>Derived from</h3> |
1019 object | 1019 None |
1020 <h3>Class Attributes</h3> | 1020 <h3>Class Attributes</h3> |
1021 | 1021 |
1022 <table> | 1022 <table> |
1023 <tr><td>None</td></tr> | 1023 <tr><td>None</td></tr> |
1024 </table> | 1024 </table> |