Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html

branch
Py2 comp.
changeset 2680
110ac646a3a0
parent 2387
2d119e79ab54
child 2911
ce77f0b1ee67
equal deleted inserted replaced
2679:122a9ffdeefb 2680:110ac646a3a0
30 <h3>Classes</h3> 30 <h3>Classes</h3>
31 <table> 31 <table>
32 <tr> 32 <tr>
33 <td><a href="#Pep8Checker">Pep8Checker</a></td> 33 <td><a href="#Pep8Checker">Pep8Checker</a></td>
34 <td>Class implementing the PEP 8 checker.</td> 34 <td>Class implementing the PEP 8 checker.</td>
35 </tr><tr>
36 <td><a href="#Pep8Py2Checker">Pep8Py2Checker</a></td>
37 <td>Class implementing the PEP 8 checker interface for Python 2.</td>
38 </tr> 35 </tr>
39 </table> 36 </table>
40 <h3>Functions</h3> 37 <h3>Functions</h3>
41 <table> 38 <table>
42 <tr><td>None</td></tr> 39 <tr><td>None</td></tr>
142 <dd> 139 <dd>
143 arguments for the message (list) 140 arguments for the message (list)
144 </dd> 141 </dd>
145 </dl> 142 </dl>
146 <div align="right"><a href="#top">Up</a></div> 143 <div align="right"><a href="#top">Up</a></div>
147 <hr /><hr />
148 <a NAME="Pep8Py2Checker" ID="Pep8Py2Checker"></a>
149 <h2>Pep8Py2Checker</h2>
150 <p>
151 Class implementing the PEP 8 checker interface for Python 2.
152 </p>
153 <h3>Derived from</h3>
154 object
155 <h3>Class Attributes</h3>
156 <table>
157 <tr><td>None</td></tr>
158 </table>
159 <h3>Class Methods</h3>
160 <table>
161 <tr><td>None</td></tr>
162 </table>
163 <h3>Methods</h3>
164 <table>
165 <tr>
166 <td><a href="#Pep8Py2Checker.__init__">Pep8Py2Checker</a></td>
167 <td>Constructor</td>
168 </tr>
169 </table>
170 <h3>Static Methods</h3>
171 <table>
172 <tr><td>None</td></tr>
173 </table>
174 <a NAME="Pep8Py2Checker.__init__" ID="Pep8Py2Checker.__init__"></a>
175 <h4>Pep8Py2Checker (Constructor)</h4>
176 <b>Pep8Py2Checker</b>(<i>filename, lines, repeat=False, select="", ignore=""</i>)
177 <p>
178 Constructor
179 </p><dl>
180 <dt><i>filename</i></dt>
181 <dd>
182 name of the file to check (string)
183 </dd><dt><i>lines</i></dt>
184 <dd>
185 source of the file (list of strings) (ignored)
186 </dd><dt><i>repeat=</i></dt>
187 <dd>
188 flag indicating to repeat message categories (boolean)
189 </dd><dt><i>select=</i></dt>
190 <dd>
191 list of message IDs to check for
192 (comma separated string)
193 </dd><dt><i>ignore=</i></dt>
194 <dd>
195 list of message IDs to ignore
196 (comma separated string)
197 </dd>
198 </dl>
199 <div align="right"><a href="#top">Up</a></div>
200 <hr /> 144 <hr />
201 </body></html> 145 </body></html>

eric ide

mercurial