diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html --- a/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html Sun Sep 29 18:23:27 2013 +0200 @@ -76,130 +76,130 @@ <td>Private method to extract the index of all the starts and ends of lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD111">__fixD111</a></td> -<td>Private method to fix docstring enclosed in wrong quotes (D111).</td> +<td>Private method to fix docstring enclosed in wrong quotes.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD112">__fixD112</a></td> -<td>Private method to fix docstring 'r' or 'u' in leading quotes (D112, D113).</td> +<td>Private method to fix docstring 'r' or 'u' in leading quotes.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD121">__fixD121</a></td> -<td>Private method to fix a single line docstring on multiple lines (D121).</td> +<td>Private method to fix a single line docstring on multiple lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD131">__fixD131</a></td> -<td>Private method to fix a docstring summary not ending with a period (D131).</td> +<td>Private method to fix a docstring summary not ending with a period.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD141">__fixD141</a></td> -<td>Private method to fix a function/method docstring preceded by a blank line (D141).</td> +<td>Private method to fix a function/method docstring preceded by a blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD142">__fixD142</a></td> -<td>Private method to fix a class docstring not preceded by a blank line (D142).</td> +<td>Private method to fix a class docstring not preceded by a blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD143">__fixD143</a></td> -<td>Private method to fix a class docstring not followed by a blank line (D143).</td> +<td>Private method to fix a class docstring not followed by a blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD144">__fixD144</a></td> -<td>Private method to fix a docstring summary not followed by a blank line (D144).</td> +<td>Private method to fix a docstring summary not followed by a blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD145">__fixD145</a></td> -<td>Private method to fix the last paragraph of a multi-line docstring not followed by a blank line (D143).</td> +<td>Private method to fix the last paragraph of a multi-line docstring not followed by a blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD221">__fixD221</a></td> -<td>Private method to fix leading and trailing quotes of docstring not on separate lines (D221, D222).</td> +<td>Private method to fix leading and trailing quotes of docstring not on separate lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD242">__fixD242</a></td> -<td>Private method to fix a class or function/method docstring preceded by a blank line (D242, D244).</td> +<td>Private method to fix a class or function/method docstring preceded by a blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD243">__fixD243</a></td> -<td>Private method to fix a class or function/method docstring followed by a blank line (D243, D245).</td> +<td>Private method to fix a class or function/method docstring followed by a blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixD247">__fixD247</a></td> -<td>Private method to fix a last paragraph of a docstring followed by a blank line (D247).</td> +<td>Private method to fix a last paragraph of a docstring followed by a blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE101">__fixE101</a></td> -<td>Private method to fix obsolete tab usage and indentation errors (E101, E111, W191).</td> +<td>Private method to fix obsolete tab usage and indentation errors.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE121">__fixE121</a></td> -<td>Private method to fix the indentation of continuation lines and closing brackets (E121, E124).</td> +<td>Private method to fix the indentation of continuation lines and closing brackets.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE122">__fixE122</a></td> -<td>Private method to fix a missing indentation of continuation lines (E122).</td> +<td>Private method to fix a missing indentation of continuation lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE123">__fixE123</a></td> -<td>Private method to fix the indentation of a closing bracket lines (E123).</td> +<td>Private method to fix the indentation of a closing bracket lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE125">__fixE125</a></td> -<td>Private method to fix the indentation of continuation lines not distinguishable from next logical line (E125).</td> +<td>Private method to fix the indentation of continuation lines not distinguishable from next logical line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE126">__fixE126</a></td> -<td>Private method to fix over-indented/under-indented hanging indentation (E126, E133).</td> +<td>Private method to fix over-indented/under-indented hanging indentation.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE127">__fixE127</a></td> -<td>Private method to fix over/under indented lines (E127, E128).</td> +<td>Private method to fix over/under indented lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE201">__fixE201</a></td> -<td>Private method to fix extraneous whitespace (E201, E202, E203, E211).</td> +<td>Private method to fix extraneous whitespace.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE221">__fixE221</a></td> -<td>Private method to fix extraneous whitespace around operator or keyword (E221, E222, E223, E224, E225, E226, E227, E228, E241, E242, E271, E272, E273, E274).</td> +<td>Private method to fix extraneous whitespace around operator or keyword.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE231">__fixE231</a></td> <td>Private method to fix missing whitespace after ',;:'.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE251">__fixE251</a></td> -<td>Private method to fix extraneous whitespace around keyword and default parameter equals (E251).</td> +<td>Private method to fix extraneous whitespace around keyword and default parameter equals.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE261">__fixE261</a></td> -<td>Private method to fix whitespace before or after inline comment (E261, E262).</td> +<td>Private method to fix whitespace before or after inline comment.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE301">__fixE301</a></td> -<td>Private method to fix the need for one blank line (E301).</td> +<td>Private method to fix the need for one blank line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE302">__fixE302</a></td> -<td>Private method to fix the need for two blank lines (E302).</td> +<td>Private method to fix the need for two blank lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE303">__fixE303</a></td> -<td>Private method to fix superfluous blank lines (E303).</td> +<td>Private method to fix superfluous blank lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE304">__fixE304</a></td> -<td>Private method to fix superfluous blank lines after a function decorator (E304).</td> +<td>Private method to fix superfluous blank lines after a function decorator.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE401">__fixE401</a></td> -<td>Private method to fix multiple imports on one line (E401).</td> +<td>Private method to fix multiple imports on one line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE501">__fixE501</a></td> -<td>Private method to fix the long lines by breaking them (E501).</td> +<td>Private method to fix the long lines by breaking them.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE502">__fixE502</a></td> -<td>Private method to fix redundant backslash within brackets (E502).</td> +<td>Private method to fix redundant backslash within brackets.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE701">__fixE701</a></td> -<td>Private method to fix colon-separated compound statements (E701).</td> +<td>Private method to fix colon-separated compound statements.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE702">__fixE702</a></td> -<td>Private method to fix semicolon-separated compound statements (E702, E703).</td> +<td>Private method to fix semicolon-separated compound statements.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixE711">__fixE711</a></td> -<td>Private method to fix comparison with None (E711, E712).</td> +<td>Private method to fix comparison with None.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixN804">__fixN804</a></td> -<td>Private method to fix a wrong first argument of normal and class methods (N804, N805).</td> +<td>Private method to fix a wrong first argument of normal and class methods.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixN806">__fixN806</a></td> -<td>Private method to fix a wrong first argument of static methods (N806).</td> +<td>Private method to fix a wrong first argument of static methods.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixReindent">__fixReindent</a></td> <td>Private method to fix a badly indented line.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixW291">__fixW291</a></td> -<td>Private method to fix trailing whitespace (W291, W293).</td> +<td>Private method to fix trailing whitespace.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixW292">__fixW292</a></td> -<td>Private method to fix a missing newline at the end of file (W292).</td> +<td>Private method to fix a missing newline at the end of file.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixW391">__fixW391</a></td> -<td>Private method to fix trailing blank lines (W391).</td> +<td>Private method to fix trailing blank lines.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixW603">__fixW603</a></td> -<td>Private method to fix the not equal notation (W603).</td> +<td>Private method to fix the not equal notation.</td> </tr><tr> <td><a href="#Pep8Fixer.__fixWhitespace">__fixWhitespace</a></td> <td>Private method to correct whitespace at the given offset.</td> @@ -301,7 +301,9 @@ <h4>Pep8Fixer.__fixD111</h4> <b>__fixD111</b>(<i>code, line, pos</i>) <p> - Private method to fix docstring enclosed in wrong quotes (D111). + Private method to fix docstring enclosed in wrong quotes. +</p><p> + Codes: D111 </p><dl> <dt><i>code</i></dt> <dd> @@ -324,8 +326,9 @@ <h4>Pep8Fixer.__fixD112</h4> <b>__fixD112</b>(<i>code, line, pos</i>) <p> - Private method to fix docstring 'r' or 'u' in leading quotes - (D112, D113). + Private method to fix docstring 'r' or 'u' in leading quotes. +</p><p> + Codes: D112, D113 </p><dl> <dt><i>code</i></dt> <dd> @@ -348,7 +351,9 @@ <h4>Pep8Fixer.__fixD121</h4> <b>__fixD121</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix a single line docstring on multiple lines (D121). + Private method to fix a single line docstring on multiple lines. +</p><p> + Codes: D121 </p><dl> <dt><i>code</i></dt> <dd> @@ -376,7 +381,9 @@ <b>__fixD131</b>(<i>code, line, pos</i>) <p> Private method to fix a docstring summary not ending with a - period (D131). + period. +</p><p> + Codes: D131 </p><dl> <dt><i>code</i></dt> <dd> @@ -400,7 +407,9 @@ <b>__fixD141</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix a function/method docstring preceded by a - blank line (D141). + blank line. +</p><p> + Codes: D141 </p><dl> <dt><i>code</i></dt> <dd> @@ -428,7 +437,9 @@ <b>__fixD142</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix a class docstring not preceded by a - blank line (D142). + blank line. +</p><p> + Codes: D142 </p><dl> <dt><i>code</i></dt> <dd> @@ -456,7 +467,9 @@ <b>__fixD143</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix a class docstring not followed by a - blank line (D143). + blank line. +</p><p> + Codes: D143 </p><dl> <dt><i>code</i></dt> <dd> @@ -484,7 +497,9 @@ <b>__fixD144</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix a docstring summary not followed by a - blank line (D144). + blank line. +</p><p> + Codes: D144 </p><dl> <dt><i>code</i></dt> <dd> @@ -512,7 +527,9 @@ <b>__fixD145</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix the last paragraph of a multi-line docstring - not followed by a blank line (D143). + not followed by a blank line. +</p><p> + Codes: D143 </p><dl> <dt><i>code</i></dt> <dd> @@ -540,7 +557,9 @@ <b>__fixD221</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix leading and trailing quotes of docstring - not on separate lines (D221, D222). + not on separate lines. +</p><p> + Codes: D221, D222 </p><dl> <dt><i>code</i></dt> <dd> @@ -568,7 +587,9 @@ <b>__fixD242</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix a class or function/method docstring preceded - by a blank line (D242, D244). + by a blank line. +</p><p> + Codes: D242, D244 </p><dl> <dt><i>code</i></dt> <dd> @@ -596,7 +617,9 @@ <b>__fixD243</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix a class or function/method docstring followed - by a blank line (D243, D245). + by a blank line. +</p><p> + Codes: D243, D245 </p><dl> <dt><i>code</i></dt> <dd> @@ -624,7 +647,9 @@ <b>__fixD247</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix a last paragraph of a docstring followed - by a blank line (D247). + by a blank line. +</p><p> + Codes: D247 </p><dl> <dt><i>code</i></dt> <dd> @@ -651,8 +676,9 @@ <h4>Pep8Fixer.__fixE101</h4> <b>__fixE101</b>(<i>code, line, pos</i>) <p> - Private method to fix obsolete tab usage and indentation errors - (E101, E111, W191). + Private method to fix obsolete tab usage and indentation errors. +</p><p> + Codes: E101, E111, W191 </p><dl> <dt><i>code</i></dt> <dd> @@ -676,7 +702,9 @@ <b>__fixE121</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix the indentation of continuation lines and - closing brackets (E121, E124). + closing brackets. +</p><p> + Codes: E121, E124 </p><dl> <dt><i>code</i></dt> <dd> @@ -703,8 +731,9 @@ <h4>Pep8Fixer.__fixE122</h4> <b>__fixE122</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix a missing indentation of continuation lines - (E122). + Private method to fix a missing indentation of continuation lines. +</p><p> + Codes: E122 </p><dl> <dt><i>code</i></dt> <dd> @@ -731,8 +760,9 @@ <h4>Pep8Fixer.__fixE123</h4> <b>__fixE123</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix the indentation of a closing bracket lines - (E123). + Private method to fix the indentation of a closing bracket lines. +</p><p> + Codes: E123 </p><dl> <dt><i>code</i></dt> <dd> @@ -760,7 +790,9 @@ <b>__fixE125</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix the indentation of continuation lines not - distinguishable from next logical line (E125). + distinguishable from next logical line. +</p><p> + Codes: E125 </p><dl> <dt><i>code</i></dt> <dd> @@ -788,7 +820,9 @@ <b>__fixE126</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix over-indented/under-indented hanging - indentation (E126, E133). + indentation. +</p><p> + Codes: E126, E133 </p><dl> <dt><i>code</i></dt> <dd> @@ -815,7 +849,9 @@ <h4>Pep8Fixer.__fixE127</h4> <b>__fixE127</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix over/under indented lines (E127, E128). + Private method to fix over/under indented lines. +</p><p> + Codes: E127, E128 </p><dl> <dt><i>code</i></dt> <dd> @@ -842,8 +878,9 @@ <h4>Pep8Fixer.__fixE201</h4> <b>__fixE201</b>(<i>code, line, pos</i>) <p> - Private method to fix extraneous whitespace (E201, E202, - E203, E211). + Private method to fix extraneous whitespace. +</p><p> + Codes: E201, E202, E203, E211 </p><dl> <dt><i>code</i></dt> <dd> @@ -867,8 +904,10 @@ <b>__fixE221</b>(<i>code, line, pos</i>) <p> Private method to fix extraneous whitespace around operator or - keyword (E221, E222, E223, E224, E225, E226, E227, E228, E241, - E242, E271, E272, E273, E274). + keyword. +</p><p> + Codes: E221, E222, E223, E224, E225, E226, E227, E228, E241, + E242, E271, E272, E273, E274). </p><dl> <dt><i>code</i></dt> <dd> @@ -892,6 +931,8 @@ <b>__fixE231</b>(<i>code, line, pos</i>) <p> Private method to fix missing whitespace after ',;:'. +</p><p> + Codes: E231 </p><dl> <dt><i>code</i></dt> <dd> @@ -915,7 +956,9 @@ <b>__fixE251</b>(<i>code, line, pos</i>) <p> Private method to fix extraneous whitespace around keyword and - default parameter equals (E251). + default parameter equals. +</p><p> + Codes: E251 </p><dl> <dt><i>code</i></dt> <dd> @@ -938,8 +981,9 @@ <h4>Pep8Fixer.__fixE261</h4> <b>__fixE261</b>(<i>code, line, pos</i>) <p> - Private method to fix whitespace before or after inline comment - (E261, E262). + Private method to fix whitespace before or after inline comment. +</p><p> + Codes: E261, E262 </p><dl> <dt><i>code</i></dt> <dd> @@ -962,7 +1006,9 @@ <h4>Pep8Fixer.__fixE301</h4> <b>__fixE301</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix the need for one blank line (E301). + Private method to fix the need for one blank line. +</p><p> + Codes: E301 </p><dl> <dt><i>code</i></dt> <dd> @@ -989,7 +1035,9 @@ <h4>Pep8Fixer.__fixE302</h4> <b>__fixE302</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix the need for two blank lines (E302). + Private method to fix the need for two blank lines. +</p><p> + Codes: E302 </p><dl> <dt><i>code</i></dt> <dd> @@ -1016,7 +1064,9 @@ <h4>Pep8Fixer.__fixE303</h4> <b>__fixE303</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix superfluous blank lines (E303). + Private method to fix superfluous blank lines. +</p><p> + Codes: E303 </p><dl> <dt><i>code</i></dt> <dd> @@ -1044,7 +1094,9 @@ <b>__fixE304</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix superfluous blank lines after a function - decorator (E304). + decorator. +</p><p> + Codes: E304 </p><dl> <dt><i>code</i></dt> <dd> @@ -1071,7 +1123,9 @@ <h4>Pep8Fixer.__fixE401</h4> <b>__fixE401</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix multiple imports on one line (E401). + Private method to fix multiple imports on one line. +</p><p> + Codes: E401 </p><dl> <dt><i>code</i></dt> <dd> @@ -1098,7 +1152,9 @@ <h4>Pep8Fixer.__fixE501</h4> <b>__fixE501</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix the long lines by breaking them (E501). + Private method to fix the long lines by breaking them. +</p><p> + Codes: E501 </p><dl> <dt><i>code</i></dt> <dd> @@ -1125,7 +1181,9 @@ <h4>Pep8Fixer.__fixE502</h4> <b>__fixE502</b>(<i>code, line, pos</i>) <p> - Private method to fix redundant backslash within brackets (E502). + Private method to fix redundant backslash within brackets. +</p><p> + Codes: E502 </p><dl> <dt><i>code</i></dt> <dd> @@ -1148,7 +1206,9 @@ <h4>Pep8Fixer.__fixE701</h4> <b>__fixE701</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix colon-separated compound statements (E701). + Private method to fix colon-separated compound statements. +</p><p> + Codes: E701 </p><dl> <dt><i>code</i></dt> <dd> @@ -1175,8 +1235,9 @@ <h4>Pep8Fixer.__fixE702</h4> <b>__fixE702</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix semicolon-separated compound statements - (E702, E703). + Private method to fix semicolon-separated compound statements. +</p><p> + Codes: E702, E703 </p><dl> <dt><i>code</i></dt> <dd> @@ -1203,7 +1264,9 @@ <h4>Pep8Fixer.__fixE711</h4> <b>__fixE711</b>(<i>code, line, pos</i>) <p> - Private method to fix comparison with None (E711, E712). + Private method to fix comparison with None. +</p><p> + Codes: E711, E712 </p><dl> <dt><i>code</i></dt> <dd> @@ -1227,7 +1290,9 @@ <b>__fixN804</b>(<i>code, line, pos, apply=False</i>) <p> Private method to fix a wrong first argument of normal and - class methods (N804, N805). + class methods. +</p><p> + Codes: N804, N805 </p><dl> <dt><i>code</i></dt> <dd> @@ -1254,8 +1319,9 @@ <h4>Pep8Fixer.__fixN806</h4> <b>__fixN806</b>(<i>code, line, pos, apply=False</i>) <p> - Private method to fix a wrong first argument of static methods - (N806). + Private method to fix a wrong first argument of static methods. +</p><p> + Codes: N806 </p><dl> <dt><i>code</i></dt> <dd> @@ -1292,6 +1358,9 @@ </dd><dt><i>pos</i></dt> <dd> position inside line (integer) +</dd><dt><i>logical</i></dt> +<dd> +logical line structure </dd> </dl><dl> <dt>Returns:</dt> @@ -1302,7 +1371,9 @@ <h4>Pep8Fixer.__fixW291</h4> <b>__fixW291</b>(<i>code, line, pos</i>) <p> - Private method to fix trailing whitespace (W291, W293). + Private method to fix trailing whitespace. +</p><p> + Codes: W291, W293 </p><dl> <dt><i>code</i></dt> <dd> @@ -1325,7 +1396,9 @@ <h4>Pep8Fixer.__fixW292</h4> <b>__fixW292</b>(<i>code, line, pos</i>) <p> - Private method to fix a missing newline at the end of file (W292). + Private method to fix a missing newline at the end of file. +</p><p> + Codes: W292 </p><dl> <dt><i>code</i></dt> <dd> @@ -1348,7 +1421,9 @@ <h4>Pep8Fixer.__fixW391</h4> <b>__fixW391</b>(<i>code, line, pos</i>) <p> - Private method to fix trailing blank lines (W391). + Private method to fix trailing blank lines. +</p><p> + Codes: W391 </p><dl> <dt><i>code</i></dt> <dd> @@ -1371,7 +1446,9 @@ <h4>Pep8Fixer.__fixW603</h4> <b>__fixW603</b>(<i>code, line, pos</i>) <p> - Private method to fix the not equal notation (W603). + Private method to fix the not equal notation. +</p><p> + Codes: W603 </p><dl> <dt><i>code</i></dt> <dd> @@ -1496,7 +1573,12 @@ <b>finalize</b>(<i></i>) <p> Public method to apply all deferred fixes. -</p><a NAME="Pep8Fixer.fixIssue" ID="Pep8Fixer.fixIssue"></a> +</p><dl> +<dt>Returns:</dt> +<dd> +dictionary containing the fix results +</dd> +</dl><a NAME="Pep8Fixer.fixIssue" ID="Pep8Fixer.fixIssue"></a> <h4>Pep8Fixer.fixIssue</h4> <b>fixIssue</b>(<i>line, pos, message</i>) <p> @@ -1809,7 +1891,7 @@ Private method to remove multiline-related code that will cause syntax error. </p><dl> -<dt><i>line</i></dt> +<dt><i>text</i></dt> <dd> code line to work on (string) </dd> @@ -1935,6 +2017,11 @@ <dd> tokens generator (tokenize._tokenize) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the generated statistics +</dd> </dl><a NAME="Pep8Reindenter.__getlspace" ID="Pep8Reindenter.__getlspace"></a> <h4>Pep8Reindenter.__getlspace</h4> <b>__getlspace</b>(<i>line</i>) @@ -1980,7 +2067,12 @@ <b>run</b>(<i></i>) <p> Public method to run the re-indenter. -</p> +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating that a change was done (boolean) +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file