src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.ImportNode.html

branch
eric7
changeset 9295
d14096c04126
parent 9209
b99e7fd55fd3
child 9503
ae9232bf4854
equal deleted inserted replaced
9294:3c12aacd98d8 9295:d14096c04126
23 <tr> 23 <tr>
24 <td><a href="#ImportNode">ImportNode</a></td> 24 <td><a href="#ImportNode">ImportNode</a></td>
25 <td>Class representing an import or import from node.</td> 25 <td>Class representing an import or import from node.</td>
26 </tr> 26 </tr>
27 <tr> 27 <tr>
28 <td><a href="#ImportNodeException">ImportNodeException</a></td> 28 <td><a href="#ImportNodeError">ImportNodeError</a></td>
29 <td>Class representing an exception for an invalid import node.</td> 29 <td>Class representing an exception for an invalid import node.</td>
30 </tr> 30 </tr>
31 </table> 31 </table>
32 <h3>Functions</h3> 32 <h3>Functions</h3>
33 33
103 reference to the checker object 103 reference to the checker object
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <dl> 106 <dl>
107 107
108 <dt>Raises <b>ImportNodeException</b>:</dt> 108 <dt>Raises <b>ImportNodeError</b>:</dt>
109 <dd> 109 <dd>
110 raised to indicate an invalid node was 110 raised to indicate an invalid node was
111 given to this class 111 given to this class
112 </dd> 112 </dd>
113 </dl> 113 </dl>
182 str 182 str
183 </dd> 183 </dd>
184 </dl> 184 </dl>
185 <dl> 185 <dl>
186 186
187 <dt>Raises <b>ImportNodeException</b>:</dt> 187 <dt>Raises <b>ImportNodeError</b>:</dt>
188 <dd> 188 <dd>
189 raised to indicate an invalid node was 189 raised to indicate an invalid node was
190 given to this class 190 given to this class
191 </dd> 191 </dd>
192 </dl> 192 </dl>
193 <div align="right"><a href="#top">Up</a></div> 193 <div align="right"><a href="#top">Up</a></div>
194 <hr /> 194 <hr />
195 <hr /> 195 <hr />
196 <a NAME="ImportNodeException" ID="ImportNodeException"></a> 196 <a NAME="ImportNodeError" ID="ImportNodeError"></a>
197 <h2>ImportNodeException</h2> 197 <h2>ImportNodeError</h2>
198 198
199 <p> 199 <p>
200 Class representing an exception for an invalid import node. 200 Class representing an exception for an invalid import node.
201 </p> 201 </p>
202 <h3>Derived from</h3> 202 <h3>Derived from</h3>

eric ide

mercurial