Documentation/Source/eric5.Utilities.ModuleParser.html

changeset 767
27554f80d08f
parent 440
69ace3e2dcf6
child 945
8cd4d08fa9f6
child 1278
fb0460fd00b9
equal deleted inserted replaced
766:0940de08fa75 767:27554f80d08f
97 <td>Constructor</td> 97 <td>Constructor</td>
98 </tr> 98 </tr>
99 </table> 99 </table>
100 <a NAME="Attribute.__init__" ID="Attribute.__init__"></a> 100 <a NAME="Attribute.__init__" ID="Attribute.__init__"></a>
101 <h4>Attribute (Constructor)</h4> 101 <h4>Attribute (Constructor)</h4>
102 <b>Attribute</b>(<i>module, name, file, lineno</i>) 102 <b>Attribute</b>(<i>module, name, file, lineno, isSignal = False</i>)
103 <p> 103 <p>
104 Constructor 104 Constructor
105 </p><dl> 105 </p><dl>
106 <dt><i>module</i></dt> 106 <dt><i>module</i></dt>
107 <dd> 107 <dd>
113 <dd> 113 <dd>
114 name of file containing this function (string) 114 name of file containing this function (string)
115 </dd><dt><i>lineno</i></dt> 115 </dd><dt><i>lineno</i></dt>
116 <dd> 116 <dd>
117 linenumber of the function definition (integer) 117 linenumber of the function definition (integer)
118 </dd><dt><i>isSignal=</i></dt>
119 <dd>
120 flag indicating a signal definition (boolean)
118 </dd> 121 </dd>
119 </dl> 122 </dl>
120 <div align="right"><a href="#top">Up</a></div> 123 <div align="right"><a href="#top">Up</a></div>
121 <hr /><hr /> 124 <hr /><hr />
122 <a NAME="Class" ID="Class"></a> 125 <a NAME="Class" ID="Class"></a>

eric ide

mercurial