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

changeset 845
0e937d523b70
parent 832
eb5ff61f927b
child 1228
7afaf2fca55b
child 1278
fb0460fd00b9
diff -r 9508a1f87bc3 -r 0e937d523b70 Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html
--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html	Wed Jan 12 19:56:16 2011 +0100
+++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html	Wed Jan 12 19:58:37 2011 +0100
@@ -33,6 +33,9 @@
 <tr>
 <td><a href="#Pep8Checker">Pep8Checker</a></td>
 <td>Class implementing the PEP 8 checker.</td>
+</tr><tr>
+<td><a href="#Pep8Py2Checker">Pep8Py2Checker</a></td>
+<td>Class implementing the PEP 8 checker interface for Python 2.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -134,5 +137,50 @@
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="Pep8Py2Checker" ID="Pep8Py2Checker"></a>
+<h2>Pep8Py2Checker</h2>
+<p>
+    Class implementing the PEP 8 checker interface for Python 2.
+</p>
+<h3>Derived from</h3>
+object
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#Pep8Py2Checker.__init__">Pep8Py2Checker</a></td>
+<td>Constructor</td>
+</tr>
+</table>
+<a NAME="Pep8Py2Checker.__init__" ID="Pep8Py2Checker.__init__"></a>
+<h4>Pep8Py2Checker (Constructor)</h4>
+<b>Pep8Py2Checker</b>(<i>filename, lines, repeat=False, select="", ignore=""</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>filename</i></dt>
+<dd>
+name of the file to check (string)
+</dd><dt><i>lines</i></dt>
+<dd>
+source of the file (list of strings) (ignored)
+</dd><dt><i>repeat=</i></dt>
+<dd>
+flag indicating to repeat message categories (boolean)
+</dd><dt><i>select=</i></dt>
+<dd>
+list of message IDs to check for
+            (comma separated string)
+</dd><dt><i>ignore=</i></dt>
+<dd>
+list of message IDs to ignore
+            (comma separated string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial