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

branch
eric7
changeset 9503
ae9232bf4854
parent 9295
d14096c04126
equal deleted inserted replaced
9502:6091145e189e 9503:ae9232bf4854
81 <tr><td>None</td></tr> 81 <tr><td>None</td></tr>
82 </table> 82 </table>
83 83
84 <a NAME="ImportNode.__init__" ID="ImportNode.__init__"></a> 84 <a NAME="ImportNode.__init__" ID="ImportNode.__init__"></a>
85 <h4>ImportNode (Constructor)</h4> 85 <h4>ImportNode (Constructor)</h4>
86 <b>ImportNode</b>(<i>appNames, astNode, checker</i>) 86 <b>ImportNode</b>(<i>appNames, astNode, checker, sortIgnoringStyle, sortFromFirst</i>)
87 87
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
99 reference to the ast node 99 reference to the ast node
100 </dd> 100 </dd>
101 <dt><i>checker</i> (ImportsChecker)</dt> 101 <dt><i>checker</i> (ImportsChecker)</dt>
102 <dd> 102 <dd>
103 reference to the checker object 103 reference to the checker object
104 </dd>
105 <dt><i>sortIgnoringStyle</i> (bool)</dt>
106 <dd>
107 flag indicating to sort ignoring the import style
108 </dd>
109 <dt><i>sortFromFirst</i> (bool)</dt>
110 <dd>
111 flag indicating to sort from imports before straight ones
104 </dd> 112 </dd>
105 </dl> 113 </dl>
106 <dl> 114 <dl>
107 115
108 <dt>Raises <b>ImportNodeError</b>:</dt> 116 <dt>Raises <b>ImportNodeError</b>:</dt>

eric ide

mercurial