2928:4f74d3f595ce | 2929:28ab0bc63d69 |
---|---|
65 <table> | 65 <table> |
66 <tr><td>None</td></tr> | 66 <tr><td>None</td></tr> |
67 </table> | 67 </table> |
68 <a NAME="Pep8Py2Checker.__init__" ID="Pep8Py2Checker.__init__"></a> | 68 <a NAME="Pep8Py2Checker.__init__" ID="Pep8Py2Checker.__init__"></a> |
69 <h4>Pep8Py2Checker (Constructor)</h4> | 69 <h4>Pep8Py2Checker (Constructor)</h4> |
70 <b>Pep8Py2Checker</b>(<i>filename, lines, repeat=False, select="", ignore="", max_line_length=79, hang_closing=False</i>) | 70 <b>Pep8Py2Checker</b>(<i>filename, lines, repeat=False, select="", ignore="", max_line_length=79, hang_closing=False, docType="pep257"</i>) |
71 <p> | 71 <p> |
72 Constructor | 72 Constructor |
73 </p><dl> | 73 </p><dl> |
74 <dt><i>filename</i></dt> | 74 <dt><i>filename</i></dt> |
75 <dd> | 75 <dd> |
93 maximum allowed line length (integer) | 93 maximum allowed line length (integer) |
94 </dd><dt><i>hang_closing=</i></dt> | 94 </dd><dt><i>hang_closing=</i></dt> |
95 <dd> | 95 <dd> |
96 flag indicating to allow hanging closing | 96 flag indicating to allow hanging closing |
97 brackets (boolean) | 97 brackets (boolean) |
98 </dd><dt><i>docType=</i></dt> | |
99 <dd> | |
100 type of the documentation strings | |
101 (string, one of 'eric' or 'pep257') | |
98 </dd> | 102 </dd> |
99 </dl> | 103 </dl> |
100 <div align="right"><a href="#top">Up</a></div> | 104 <div align="right"><a href="#top">Up</a></div> |
101 <hr /> | 105 <hr /> |
102 </body></html> | 106 </body></html> |