10676:d1479a4f1426 | 10677:6ee2e475490c |
---|---|
99 </table> | 99 </table> |
100 | 100 |
101 | 101 |
102 <a NAME="Attribute.__init__" ID="Attribute.__init__"></a> | 102 <a NAME="Attribute.__init__" ID="Attribute.__init__"></a> |
103 <h4>Attribute (Constructor)</h4> | 103 <h4>Attribute (Constructor)</h4> |
104 <b>Attribute</b>(<i>module, name, file, lineno</i>) | 104 <b>Attribute</b>(<i>module, name, file, lineno, col_offset=0</i>) |
105 <p> | 105 <p> |
106 Constructor | 106 Constructor |
107 </p> | 107 </p> |
108 | 108 |
109 <dl> | 109 <dl> |
116 <dd> | 116 <dd> |
117 name of this attribute | 117 name of this attribute |
118 </dd> | 118 </dd> |
119 <dt><i>file</i> (str)</dt> | 119 <dt><i>file</i> (str)</dt> |
120 <dd> | 120 <dd> |
121 filename containing this attribute | 121 file name containing this attribute |
122 </dd> | 122 </dd> |
123 <dt><i>lineno</i> (int)</dt> | 123 <dt><i>lineno</i> (int)</dt> |
124 <dd> | 124 <dd> |
125 line number of the attribute definition | 125 line number of the attribute definition |
126 </dd> | |
127 <dt><i>col_offset</i> (int (optional))</dt> | |
128 <dd> | |
129 column number of the attribute definition (defaults to 0) | |
126 </dd> | 130 </dd> |
127 </dl> | 131 </dl> |
128 <a NAME="Attribute.addAssignment" ID="Attribute.addAssignment"></a> | 132 <a NAME="Attribute.addAssignment" ID="Attribute.addAssignment"></a> |
129 <h4>Attribute.addAssignment</h4> | 133 <h4>Attribute.addAssignment</h4> |
130 <b>addAssignment</b>(<i>lineno</i>) | 134 <b>addAssignment</b>(<i>lineno</i>) |
174 </table> | 178 </table> |
175 | 179 |
176 | 180 |
177 <a NAME="Class.__init__" ID="Class.__init__"></a> | 181 <a NAME="Class.__init__" ID="Class.__init__"></a> |
178 <h4>Class (Constructor)</h4> | 182 <h4>Class (Constructor)</h4> |
179 <b>Class</b>(<i>module, name, superClasses, file, lineno</i>) | 183 <b>Class</b>(<i>module, name, superClasses, file, lineno, col_offset=0</i>) |
180 <p> | 184 <p> |
181 Constructor | 185 Constructor |
182 </p> | 186 </p> |
183 | 187 |
184 <dl> | 188 <dl> |
195 <dd> | 199 <dd> |
196 list of class names this class is inherited from | 200 list of class names this class is inherited from |
197 </dd> | 201 </dd> |
198 <dt><i>file</i> (str)</dt> | 202 <dt><i>file</i> (str)</dt> |
199 <dd> | 203 <dd> |
200 filename containing this class | 204 file name containing this class |
201 </dd> | 205 </dd> |
202 <dt><i>lineno</i> (int)</dt> | 206 <dt><i>lineno</i> (int)</dt> |
203 <dd> | 207 <dd> |
204 line number of the class definition | 208 line number of the class definition |
209 </dd> | |
210 <dt><i>col_offset</i> (int (optional))</dt> | |
211 <dd> | |
212 column number of the class definition (defaults to 0) | |
205 </dd> | 213 </dd> |
206 </dl> | 214 </dl> |
207 <div align="right"><a href="#top">Up</a></div> | 215 <div align="right"><a href="#top">Up</a></div> |
208 <hr /> | 216 <hr /> |
209 <hr /> | 217 <hr /> |
267 </table> | 275 </table> |
268 | 276 |
269 | 277 |
270 <a NAME="ClbrBase.__init__" ID="ClbrBase.__init__"></a> | 278 <a NAME="ClbrBase.__init__" ID="ClbrBase.__init__"></a> |
271 <h4>ClbrBase (Constructor)</h4> | 279 <h4>ClbrBase (Constructor)</h4> |
272 <b>ClbrBase</b>(<i>module, name, file, lineno</i>) | 280 <b>ClbrBase</b>(<i>module, name, file, lineno, col_offset=0</i>) |
273 <p> | 281 <p> |
274 Constructor | 282 Constructor |
275 </p> | 283 </p> |
276 | 284 |
277 <dl> | 285 <dl> |
284 <dd> | 292 <dd> |
285 name of this object | 293 name of this object |
286 </dd> | 294 </dd> |
287 <dt><i>file</i> (str)</dt> | 295 <dt><i>file</i> (str)</dt> |
288 <dd> | 296 <dd> |
289 filename containing this object | 297 file name containing this object |
290 </dd> | 298 </dd> |
291 <dt><i>lineno</i> (int)</dt> | 299 <dt><i>lineno</i> (int)</dt> |
292 <dd> | 300 <dd> |
293 linenumber of the object definition | 301 line number of the object definition |
302 </dd> | |
303 <dt><i>col_offset</i> (int (optional))</dt> | |
304 <dd> | |
305 column number of the object definition (defaults to 0) | |
294 </dd> | 306 </dd> |
295 </dl> | 307 </dl> |
296 <a NAME="ClbrBase._addattribute" ID="ClbrBase._addattribute"></a> | 308 <a NAME="ClbrBase._addattribute" ID="ClbrBase._addattribute"></a> |
297 <h4>ClbrBase._addattribute</h4> | 309 <h4>ClbrBase._addattribute</h4> |
298 <b>_addattribute</b>(<i>attr</i>) | 310 <b>_addattribute</b>(<i>attr</i>) |
616 <dd> | 628 <dd> |
617 name of the module containing this coding statement | 629 name of the module containing this coding statement |
618 </dd> | 630 </dd> |
619 <dt><i>file</i> (str)</dt> | 631 <dt><i>file</i> (str)</dt> |
620 <dd> | 632 <dd> |
621 filename containing this coding statement | 633 file name containing this coding statement |
622 </dd> | 634 </dd> |
623 <dt><i>lineno</i> (int)</dt> | 635 <dt><i>lineno</i> (int)</dt> |
624 <dd> | 636 <dd> |
625 line number of the coding definition | 637 line number of the coding definition |
626 </dd> | 638 </dd> |
664 </table> | 676 </table> |
665 | 677 |
666 | 678 |
667 <a NAME="Enum.__init__" ID="Enum.__init__"></a> | 679 <a NAME="Enum.__init__" ID="Enum.__init__"></a> |
668 <h4>Enum (Constructor)</h4> | 680 <h4>Enum (Constructor)</h4> |
669 <b>Enum</b>(<i>module, name, file, lineno</i>) | 681 <b>Enum</b>(<i>module, name, file, lineno, col_offset=0</i>) |
670 <p> | 682 <p> |
671 Constructor | 683 Constructor |
672 </p> | 684 </p> |
673 | 685 |
674 <dl> | 686 <dl> |
681 <dd> | 693 <dd> |
682 name of this enum | 694 name of this enum |
683 </dd> | 695 </dd> |
684 <dt><i>file</i> (str)</dt> | 696 <dt><i>file</i> (str)</dt> |
685 <dd> | 697 <dd> |
686 filename containing this enum | 698 file name containing this enum |
687 </dd> | 699 </dd> |
688 <dt><i>lineno</i> (int)</dt> | 700 <dt><i>lineno</i> (int)</dt> |
689 <dd> | 701 <dd> |
690 line number of the enum definition | 702 line number of the enum definition |
703 </dd> | |
704 <dt><i>col_offset</i> (int (optional))</dt> | |
705 <dd> | |
706 column number of the enum definition (defaults to 0) | |
691 </dd> | 707 </dd> |
692 </dl> | 708 </dl> |
693 <div align="right"><a href="#top">Up</a></div> | 709 <div align="right"><a href="#top">Up</a></div> |
694 <hr /> | 710 <hr /> |
695 <hr /> | 711 <hr /> |
727 </table> | 743 </table> |
728 | 744 |
729 | 745 |
730 <a NAME="Function.__init__" ID="Function.__init__"></a> | 746 <a NAME="Function.__init__" ID="Function.__init__"></a> |
731 <h4>Function (Constructor)</h4> | 747 <h4>Function (Constructor)</h4> |
732 <b>Function</b>(<i>module, name, file, lineno, signature="", separator=", ", modifierType=General, annotation="", </i>) | 748 <b>Function</b>(<i>module, name, file, lineno, col_offset=0, signature="", separator=", ", modifierType=General, annotation="", </i>) |
733 <p> | 749 <p> |
734 Constructor | 750 Constructor |
735 </p> | 751 </p> |
736 | 752 |
737 <dl> | 753 <dl> |
744 <dd> | 760 <dd> |
745 name of this function | 761 name of this function |
746 </dd> | 762 </dd> |
747 <dt><i>file</i> (str)</dt> | 763 <dt><i>file</i> (str)</dt> |
748 <dd> | 764 <dd> |
749 filename containing this function | 765 file name containing this function |
750 </dd> | 766 </dd> |
751 <dt><i>lineno</i> (int)</dt> | 767 <dt><i>lineno</i> (int)</dt> |
752 <dd> | 768 <dd> |
753 line number of the function definition | 769 line number of the function definition |
770 </dd> | |
771 <dt><i>col_offset</i> (int (optional))</dt> | |
772 <dd> | |
773 column number of the function definition (defaults to 0) | |
754 </dd> | 774 </dd> |
755 <dt><i>signature</i> (str)</dt> | 775 <dt><i>signature</i> (str)</dt> |
756 <dd> | 776 <dd> |
757 parameter list of the function | 777 parameter list of the function |
758 </dd> | 778 </dd> |
804 </table> | 824 </table> |
805 | 825 |
806 | 826 |
807 <a NAME="Module.__init__" ID="Module.__init__"></a> | 827 <a NAME="Module.__init__" ID="Module.__init__"></a> |
808 <h4>Module (Constructor)</h4> | 828 <h4>Module (Constructor)</h4> |
809 <b>Module</b>(<i>module, name, file, lineno</i>) | 829 <b>Module</b>(<i>module, name, file, lineno, col_offset=0</i>) |
810 <p> | 830 <p> |
811 Constructor | 831 Constructor |
812 </p> | 832 </p> |
813 | 833 |
814 <dl> | 834 <dl> |
821 <dd> | 841 <dd> |
822 name of this module | 842 name of this module |
823 </dd> | 843 </dd> |
824 <dt><i>file</i> (str)</dt> | 844 <dt><i>file</i> (str)</dt> |
825 <dd> | 845 <dd> |
826 filename containing this module | 846 file name containing this module |
827 </dd> | 847 </dd> |
828 <dt><i>lineno</i> (int)</dt> | 848 <dt><i>lineno</i> (int)</dt> |
829 <dd> | 849 <dd> |
830 line number of the module definition | 850 line number of the module definition |
851 </dd> | |
852 <dt><i>col_offset</i> (int (optional))</dt> | |
853 <dd> | |
854 column number of the module definition (defaults to 0) | |
831 </dd> | 855 </dd> |
832 </dl> | 856 </dl> |
833 <div align="right"><a href="#top">Up</a></div> | 857 <div align="right"><a href="#top">Up</a></div> |
834 <hr /> | 858 <hr /> |
835 <hr /> | 859 <hr /> |
869 </table> | 893 </table> |
870 | 894 |
871 | 895 |
872 <a NAME="_ClbrBase.__init__" ID="_ClbrBase.__init__"></a> | 896 <a NAME="_ClbrBase.__init__" ID="_ClbrBase.__init__"></a> |
873 <h4>_ClbrBase (Constructor)</h4> | 897 <h4>_ClbrBase (Constructor)</h4> |
874 <b>_ClbrBase</b>(<i>module, name, file, lineno</i>) | 898 <b>_ClbrBase</b>(<i>module, name, file, lineno, col_offset=0</i>) |
875 <p> | 899 <p> |
876 Constructor | 900 Constructor |
877 </p> | 901 </p> |
878 | 902 |
879 <dl> | 903 <dl> |
886 <dd> | 910 <dd> |
887 name of this object | 911 name of this object |
888 </dd> | 912 </dd> |
889 <dt><i>file</i> (str)</dt> | 913 <dt><i>file</i> (str)</dt> |
890 <dd> | 914 <dd> |
891 filename containing this object | 915 file name containing this object |
892 </dd> | 916 </dd> |
893 <dt><i>lineno</i> (int)</dt> | 917 <dt><i>lineno</i> (int)</dt> |
894 <dd> | 918 <dd> |
895 linenumber of the object definition | 919 line number of the object definition |
920 </dd> | |
921 <dt><i>col_offset</i> (int (optional))</dt> | |
922 <dd> | |
923 column number of the object definition (defaults to 0) | |
896 </dd> | 924 </dd> |
897 </dl> | 925 </dl> |
898 <a NAME="_ClbrBase.setEndLine" ID="_ClbrBase.setEndLine"></a> | 926 <a NAME="_ClbrBase.setEndLine" ID="_ClbrBase.setEndLine"></a> |
899 <h4>_ClbrBase.setEndLine</h4> | 927 <h4>_ClbrBase.setEndLine</h4> |
900 <b>setEndLine</b>(<i>endLineNo</i>) | 928 <b>setEndLine</b>(<i>endLineNo</i>) |