src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyChecker.html

branch
eric7
changeset 9295
d14096c04126
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
9294:3c12aacd98d8 9295:d14096c04126
57 <tr> 57 <tr>
58 <td><a href="#SimplifyChecker.__init__">SimplifyChecker</a></td> 58 <td><a href="#SimplifyChecker.__init__">SimplifyChecker</a></td>
59 <td>Constructor</td> 59 <td>Constructor</td>
60 </tr> 60 </tr>
61 <tr> 61 <tr>
62 <td><a href="#SimplifyChecker.__addMeta">__addMeta</a></td>
63 <td>Private method to amend the nodes of the given AST tree with backward and forward references.</td>
64 </tr>
65 <tr>
62 <td><a href="#SimplifyChecker.__error">__error</a></td> 66 <td><a href="#SimplifyChecker.__error">__error</a></td>
63 <td>Private method to record an issue.</td> 67 <td>Private method to record an issue.</td>
64 </tr> 68 </tr>
65 <tr> 69 <tr>
66 <td><a href="#SimplifyChecker.__ignoreCode">__ignoreCode</a></td> 70 <td><a href="#SimplifyChecker.__ignoreCode">__ignoreCode</a></td>
113 <dt><i>repeat</i> (bool)</dt> 117 <dt><i>repeat</i> (bool)</dt>
114 <dd> 118 <dd>
115 flag indicating to report each occurrence of a code 119 flag indicating to report each occurrence of a code
116 </dd> 120 </dd>
117 </dl> 121 </dl>
122 <a NAME="SimplifyChecker.__addMeta" ID="SimplifyChecker.__addMeta"></a>
123 <h4>SimplifyChecker.__addMeta</h4>
124 <b>__addMeta</b>(<i>root, level=0</i>)
125
126 <p>
127 Private method to amend the nodes of the given AST tree with backward and
128 forward references.
129 </p>
130 <dl>
131
132 <dt><i>root</i> (ast.AST)</dt>
133 <dd>
134 reference to the root node of the tree
135 </dd>
136 <dt><i>level</i> (int (optional))</dt>
137 <dd>
138 nesting level (defaults to 0)
139 </dd>
140 </dl>
118 <a NAME="SimplifyChecker.__error" ID="SimplifyChecker.__error"></a> 141 <a NAME="SimplifyChecker.__error" ID="SimplifyChecker.__error"></a>
119 <h4>SimplifyChecker.__error</h4> 142 <h4>SimplifyChecker.__error</h4>
120 <b>__error</b>(<i>lineNumber, offset, code, *args</i>) 143 <b>__error</b>(<i>lineNumber, offset, code, *args</i>)
121 144
122 <p> 145 <p>

eric ide

mercurial