Documentation/Source/eric5.UtilitiesPython2.Pep8Checker.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 845
0e937d523b70
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
49 pep8.Checker 49 pep8.Checker
50 <h3>Class Attributes</h3> 50 <h3>Class Attributes</h3>
51 <table> 51 <table>
52 <tr><td>filename</td></tr><tr><td>ignore</td></tr><tr><td>repeat</td></tr><tr><td>select</td></tr> 52 <tr><td>filename</td></tr><tr><td>ignore</td></tr><tr><td>repeat</td></tr><tr><td>select</td></tr>
53 </table> 53 </table>
54 <h3>Class Methods</h3>
55 <table>
56 <tr><td>None</td></tr>
57 </table>
54 <h3>Methods</h3> 58 <h3>Methods</h3>
55 <table> 59 <table>
56 <tr> 60 <tr>
57 <td><a href="#Pep8Checker.__init__">Pep8Checker</a></td> 61 <td><a href="#Pep8Checker.__init__">Pep8Checker</a></td>
58 <td>Constructor</td> 62 <td>Constructor</td>
61 <td>Private method to check, if the message for the given code should be ignored.</td> 65 <td>Private method to check, if the message for the given code should be ignored.</td>
62 </tr><tr> 66 </tr><tr>
63 <td><a href="#Pep8Checker.report_error_args">report_error_args</a></td> 67 <td><a href="#Pep8Checker.report_error_args">report_error_args</a></td>
64 <td>Public method to collect the error messages.</td> 68 <td>Public method to collect the error messages.</td>
65 </tr> 69 </tr>
70 </table>
71 <h3>Static Methods</h3>
72 <table>
73 <tr><td>None</td></tr>
66 </table> 74 </table>
67 <a NAME="Pep8Checker.__init__" ID="Pep8Checker.__init__"></a> 75 <a NAME="Pep8Checker.__init__" ID="Pep8Checker.__init__"></a>
68 <h4>Pep8Checker (Constructor)</h4> 76 <h4>Pep8Checker (Constructor)</h4>
69 <b>Pep8Checker</b>(<i>filename, lines, repeat=False, select="", ignore=""</i>) 77 <b>Pep8Checker</b>(<i>filename, lines, repeat=False, select="", ignore=""</i>)
70 <p> 78 <p>

eric ide

mercurial