Documentation/Source/eric5.Utilities.ModuleParser.html

changeset 1302
95538c8d07c1
parent 1229
a8207dc73672
child 1358
c1622c708cd9
equal deleted inserted replaced
1300:9083f6b7ea3b 1302:95538c8d07c1
97 <h3>Methods</h3> 97 <h3>Methods</h3>
98 <table> 98 <table>
99 <tr> 99 <tr>
100 <td><a href="#Attribute.__init__">Attribute</a></td> 100 <td><a href="#Attribute.__init__">Attribute</a></td>
101 <td>Constructor</td> 101 <td>Constructor</td>
102 </tr><tr>
103 <td><a href="#Attribute.addAssignment">addAssignment</a></td>
104 <td>Public method to add another assignment line number.</td>
102 </tr> 105 </tr>
103 </table> 106 </table>
104 <h3>Static Methods</h3> 107 <h3>Static Methods</h3>
105 <table> 108 <table>
106 <tr><td>None</td></tr> 109 <tr><td>None</td></tr>
120 </dd><dt><i>file</i></dt> 123 </dd><dt><i>file</i></dt>
121 <dd> 124 <dd>
122 name of file containing this function (string) 125 name of file containing this function (string)
123 </dd><dt><i>lineno</i></dt> 126 </dd><dt><i>lineno</i></dt>
124 <dd> 127 <dd>
125 linenumber of the function definition (integer) 128 linenumber of the first attribute assignment (integer)
126 </dd><dt><i>isSignal=</i></dt> 129 </dd><dt><i>isSignal=</i></dt>
127 <dd> 130 <dd>
128 flag indicating a signal definition (boolean) 131 flag indicating a signal definition (boolean)
132 </dd>
133 </dl><a NAME="Attribute.addAssignment" ID="Attribute.addAssignment"></a>
134 <h4>Attribute.addAssignment</h4>
135 <b>addAssignment</b>(<i>lineno</i>)
136 <p>
137 Public method to add another assignment line number.
138 </p><dl>
139 <dt><i>lineno</i></dt>
140 <dd>
141 linenumber of the additional attribute assignment (integer)
129 </dd> 142 </dd>
130 </dl> 143 </dl>
131 <div align="right"><a href="#top">Up</a></div> 144 <div align="right"><a href="#top">Up</a></div>
132 <hr /><hr /> 145 <hr /><hr />
133 <a NAME="Class" ID="Class"></a> 146 <a NAME="Class" ID="Class"></a>

eric ide

mercurial