Documentation/Source/eric5.Utilities.ModuleParser.html

changeset 3018
70924c0bdaf1
parent 2768
eab35f6e709f
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
138 <p> 138 <p>
139 Public method to add another assignment line number. 139 Public method to add another assignment line number.
140 </p><dl> 140 </p><dl>
141 <dt><i>lineno</i></dt> 141 <dt><i>lineno</i></dt>
142 <dd> 142 <dd>
143 linenumber of the additional attribute assignment (integer) 143 linenumber of the additional attribute assignment
144 (integer)
144 </dd> 145 </dd>
145 </dl> 146 </dl>
146 <div align="right"><a href="#top">Up</a></div> 147 <div align="right"><a href="#top">Up</a></div>
147 <hr /><hr /> 148 <hr /><hr />
148 <a NAME="Class" ID="Class"></a> 149 <a NAME="Class" ID="Class"></a>
479 </dd> 480 </dd>
480 </dl><a NAME="Module.__py_scan" ID="Module.__py_scan"></a> 481 </dl><a NAME="Module.__py_scan" ID="Module.__py_scan"></a>
481 <h4>Module.__py_scan</h4> 482 <h4>Module.__py_scan</h4>
482 <b>__py_scan</b>(<i>src</i>) 483 <b>__py_scan</b>(<i>src</i>)
483 <p> 484 <p>
484 Private method to scan the source text of a Python module and retrieve the 485 Private method to scan the source text of a Python module and retrieve
485 relevant information. 486 the relevant information.
486 </p><dl> 487 </p><dl>
487 <dt><i>src</i></dt> 488 <dt><i>src</i></dt>
488 <dd> 489 <dd>
489 the source text to be scanned (string) 490 the source text to be scanned (string)
490 </dd> 491 </dd>
500 </dd> 501 </dd>
501 </dl><a NAME="Module.__rb_scan" ID="Module.__rb_scan"></a> 502 </dl><a NAME="Module.__rb_scan" ID="Module.__rb_scan"></a>
502 <h4>Module.__rb_scan</h4> 503 <h4>Module.__rb_scan</h4>
503 <b>__rb_scan</b>(<i>src</i>) 504 <b>__rb_scan</b>(<i>src</i>)
504 <p> 505 <p>
505 Private method to scan the source text of a Python module and retrieve the 506 Private method to scan the source text of a Python module and retrieve
506 relevant information. 507 the relevant information.
507 </p><dl> 508 </p><dl>
508 <dt><i>src</i></dt> 509 <dt><i>src</i></dt>
509 <dd> 510 <dd>
510 the source text to be scanned (string) 511 the source text to be scanned (string)
511 </dd> 512 </dd>
615 </dd> 616 </dd>
616 </dl><a NAME="Module.createHierarchy" ID="Module.createHierarchy"></a> 617 </dl><a NAME="Module.createHierarchy" ID="Module.createHierarchy"></a>
617 <h4>Module.createHierarchy</h4> 618 <h4>Module.createHierarchy</h4>
618 <b>createHierarchy</b>(<i></i>) 619 <b>createHierarchy</b>(<i></i>)
619 <p> 620 <p>
620 Public method to build the inheritance hierarchy for all classes of this module. 621 Public method to build the inheritance hierarchy for all classes of
622 this module.
621 </p><dl> 623 </p><dl>
622 <dt>Returns:</dt> 624 <dt>Returns:</dt>
623 <dd> 625 <dd>
624 A dictionary with inheritance hierarchies. 626 A dictionary with inheritance hierarchies.
625 </dd> 627 </dd>
655 </dd> 657 </dd>
656 </dl><a NAME="Module.scan" ID="Module.scan"></a> 658 </dl><a NAME="Module.scan" ID="Module.scan"></a>
657 <h4>Module.scan</h4> 659 <h4>Module.scan</h4>
658 <b>scan</b>(<i>src</i>) 660 <b>scan</b>(<i>src</i>)
659 <p> 661 <p>
660 Public method to scan the source text and retrieve the relevant information. 662 Public method to scan the source text and retrieve the relevant
663 information.
661 </p><dl> 664 </p><dl>
662 <dt><i>src</i></dt> 665 <dt><i>src</i></dt>
663 <dd> 666 <dd>
664 the source text to be scanned (string) 667 the source text to be scanned (string)
665 </dd> 668 </dd>

eric ide

mercurial