7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
474 <dd> | 474 <dd> |
475 name of the imported module (string) | 475 name of the imported module (string) |
476 </dd> | 476 </dd> |
477 </dl> | 477 </dl> |
478 <dl> | 478 <dl> |
479 <dt>Returns:</dt> | 479 <dt>Return:</dt> |
480 <dd> | 480 <dd> |
481 imported module item (ImportedModule) or None | 481 imported module item (ImportedModule) or None |
482 </dd> | 482 </dd> |
483 </dl> | 483 </dl> |
484 <a NAME="Imports.getImports" ID="Imports.getImports"></a> | 484 <a NAME="Imports.getImports" ID="Imports.getImports"></a> |
487 | 487 |
488 <p> | 488 <p> |
489 Public method to get all imported module names. | 489 Public method to get all imported module names. |
490 </p> | 490 </p> |
491 <dl> | 491 <dl> |
492 <dt>Returns:</dt> | 492 <dt>Return:</dt> |
493 <dd> | 493 <dd> |
494 dictionary of imported module names with name as key and list | 494 dictionary of imported module names with name as key and list |
495 of line numbers of imports as value | 495 of line numbers of imports as value |
496 </dd> | 496 </dd> |
497 </dl> | 497 </dl> |
616 <dd> | 616 <dd> |
617 the whitespace to be checked (string) | 617 the whitespace to be checked (string) |
618 </dd> | 618 </dd> |
619 </dl> | 619 </dl> |
620 <dl> | 620 <dl> |
621 <dt>Returns:</dt> | 621 <dt>Return:</dt> |
622 <dd> | 622 <dd> |
623 length of the whitespace string (integer) | 623 length of the whitespace string (integer) |
624 </dd> | 624 </dd> |
625 </dl> | 625 </dl> |
626 <div align="right"><a href="#top">Up</a></div> | 626 <div align="right"><a href="#top">Up</a></div> |
647 <dd> | 647 <dd> |
648 indent length the class/method/function definition | 648 indent length the class/method/function definition |
649 </dd> | 649 </dd> |
650 </dl> | 650 </dl> |
651 <dl> | 651 <dl> |
652 <dt>Returns:</dt> | 652 <dt>Return:</dt> |
653 <dd> | 653 <dd> |
654 end line of the class/method/function (one based) | 654 end line of the class/method/function (one based) |
655 </dd> | 655 </dd> |
656 </dl> | 656 </dl> |
657 <dl> | 657 <dl> |
693 <dd> | 693 <dd> |
694 flag indicating a Python file | 694 flag indicating a Python file |
695 </dd> | 695 </dd> |
696 </dl> | 696 </dl> |
697 <dl> | 697 <dl> |
698 <dt>Returns:</dt> | 698 <dt>Return:</dt> |
699 <dd> | 699 <dd> |
700 the resulting dictionary | 700 the resulting dictionary |
701 </dd> | 701 </dd> |
702 </dl> | 702 </dl> |
703 <dl> | 703 <dl> |
730 <dd> | 730 <dd> |
731 module name associated with the source text | 731 module name associated with the source text |
732 </dd> | 732 </dd> |
733 </dl> | 733 </dl> |
734 <dl> | 734 <dl> |
735 <dt>Returns:</dt> | 735 <dt>Return:</dt> |
736 <dd> | 736 <dd> |
737 dictionary containing the extracted data | 737 dictionary containing the extracted data |
738 </dd> | 738 </dd> |
739 </dl> | 739 </dl> |
740 <dl> | 740 <dl> |