Mon, 09 Sep 2013 19:26:51 +0200
Regenerated source docu.
<!DOCTYPE html> <html><head> <title>eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker</h1> <p> Module implementing the PEP 8 checker. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <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> <table> <tr><td>None</td></tr> </table> <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>Class Methods</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> <h3>Static Methods</h3> <table> <tr><td>None</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="", max_line_length=79, hang_closing=False</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><dt><i>max_line_length=</i></dt> <dd> maximum allowed line length (integer) </dd><dt><i>hang_closing=</i></dt> <dd> flag indicating to allow hanging closing brackets (boolean) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>