src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 11150
73d80859079c
diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html	Sat Apr 20 18:02:35 2024 +0200
@@ -431,7 +431,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixD111" ID="CodeStyleFixer.__fixD111"></a>
 <h4>CodeStyleFixer.__fixD111</h4>
-<b>__fixD111</b>(<i>code, line, pos</i>)
+<b>__fixD111</b>(<i>_code, line, _pos</i>)
 <p>
         Private method to fix docstring enclosed in wrong quotes.
 </p>
@@ -441,17 +441,17 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>
@@ -470,7 +470,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixD112" ID="CodeStyleFixer.__fixD112"></a>
 <h4>CodeStyleFixer.__fixD112</h4>
-<b>__fixD112</b>(<i>code, line, pos</i>)
+<b>__fixD112</b>(<i>code, line, _pos</i>)
 <p>
         Private method to fix docstring 'r' in leading quotes.
 </p>
@@ -488,9 +488,9 @@
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>
@@ -552,7 +552,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixD131" ID="CodeStyleFixer.__fixD131"></a>
 <h4>CodeStyleFixer.__fixD131</h4>
-<b>__fixD131</b>(<i>code, line, pos</i>)
+<b>__fixD131</b>(<i>_code, line, _pos</i>)
 <p>
         Private method to fix a docstring summary not ending with a
         period.
@@ -563,17 +563,17 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>
@@ -988,7 +988,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE101" ID="CodeStyleFixer.__fixE101"></a>
 <h4>CodeStyleFixer.__fixE101</h4>
-<b>__fixE101</b>(<i>code, line, pos</i>)
+<b>__fixE101</b>(<i>code, line, _pos</i>)
 <p>
         Private method to fix obsolete tab usage and indentation errors.
 </p>
@@ -1006,9 +1006,9 @@
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>
@@ -1288,7 +1288,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE201" ID="CodeStyleFixer.__fixE201"></a>
 <h4>CodeStyleFixer.__fixE201</h4>
-<b>__fixE201</b>(<i>code, line, pos</i>)
+<b>__fixE201</b>(<i>_code, line, pos</i>)
 <p>
         Private method to fix extraneous whitespace.
 </p>
@@ -1298,9 +1298,9 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
@@ -1327,7 +1327,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE221" ID="CodeStyleFixer.__fixE221"></a>
 <h4>CodeStyleFixer.__fixE221</h4>
-<b>__fixE221</b>(<i>code, line, pos</i>)
+<b>__fixE221</b>(<i>_code, line, pos</i>)
 <p>
         Private method to fix extraneous whitespace around operator or
         keyword.
@@ -1338,9 +1338,9 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
@@ -1367,7 +1367,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE225" ID="CodeStyleFixer.__fixE225"></a>
 <h4>CodeStyleFixer.__fixE225</h4>
-<b>__fixE225</b>(<i>code, line, pos</i>)
+<b>__fixE225</b>(<i>_code, line, pos</i>)
 <p>
         Private method to fix extraneous whitespaces around operator.
 </p>
@@ -1377,9 +1377,9 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
@@ -1406,7 +1406,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE231" ID="CodeStyleFixer.__fixE231"></a>
 <h4>CodeStyleFixer.__fixE231</h4>
-<b>__fixE231</b>(<i>code, line, pos</i>)
+<b>__fixE231</b>(<i>_code, line, pos</i>)
 <p>
         Private method to fix missing whitespace after ',;:'.
 </p>
@@ -1416,9 +1416,9 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
@@ -1445,7 +1445,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE251" ID="CodeStyleFixer.__fixE251"></a>
 <h4>CodeStyleFixer.__fixE251</h4>
-<b>__fixE251</b>(<i>code, line, pos</i>)
+<b>__fixE251</b>(<i>_code, line, pos</i>)
 <p>
         Private method to fix extraneous whitespace around keyword and
         default parameter equals.
@@ -1456,9 +1456,9 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
@@ -1485,7 +1485,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE261" ID="CodeStyleFixer.__fixE261"></a>
 <h4>CodeStyleFixer.__fixE261</h4>
-<b>__fixE261</b>(<i>code, line, pos</i>)
+<b>__fixE261</b>(<i>_code, line, pos</i>)
 <p>
         Private method to fix whitespace before or after inline comment.
 </p>
@@ -1495,9 +1495,9 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
@@ -1654,7 +1654,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE502" ID="CodeStyleFixer.__fixE502"></a>
 <h4>CodeStyleFixer.__fixE502</h4>
-<b>__fixE502</b>(<i>code, line, pos</i>)
+<b>__fixE502</b>(<i>_code, line, _pos</i>)
 <p>
         Private method to fix redundant backslash within brackets.
 </p>
@@ -1664,17 +1664,17 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>
@@ -1779,7 +1779,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixE711" ID="CodeStyleFixer.__fixE711"></a>
 <h4>CodeStyleFixer.__fixE711</h4>
-<b>__fixE711</b>(<i>code, line, pos</i>)
+<b>__fixE711</b>(<i>_code, line, pos</i>)
 <p>
         Private method to fix comparison with None.
 </p>
@@ -1789,9 +1789,9 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
@@ -1905,7 +1905,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixReindent" ID="CodeStyleFixer.__fixReindent"></a>
 <h4>CodeStyleFixer.__fixReindent</h4>
-<b>__fixReindent</b>(<i>line, pos, logical</i>)
+<b>__fixReindent</b>(<i>line, _pos, logical</i>)
 <p>
         Private method to fix a badly indented line.
 </p>
@@ -1919,9 +1919,9 @@
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 <dt><i>logical</i> (str)</dt>
 <dd>
@@ -1949,7 +1949,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixW291" ID="CodeStyleFixer.__fixW291"></a>
 <h4>CodeStyleFixer.__fixW291</h4>
-<b>__fixW291</b>(<i>code, line, pos</i>)
+<b>__fixW291</b>(<i>_code, line, _pos</i>)
 <p>
         Private method to fix trailing whitespace.
 </p>
@@ -1959,17 +1959,17 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>
@@ -1988,7 +1988,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixW292" ID="CodeStyleFixer.__fixW292"></a>
 <h4>CodeStyleFixer.__fixW292</h4>
-<b>__fixW292</b>(<i>code, line, pos</i>)
+<b>__fixW292</b>(<i>_code, line, _pos</i>)
 <p>
         Private method to fix a missing newline at the end of file.
 </p>
@@ -1998,17 +1998,17 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>
@@ -2027,7 +2027,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixW391" ID="CodeStyleFixer.__fixW391"></a>
 <h4>CodeStyleFixer.__fixW391</h4>
-<b>__fixW391</b>(<i>code, line, pos</i>)
+<b>__fixW391</b>(<i>_code, line, _pos</i>)
 <p>
         Private method to fix trailing blank lines.
 </p>
@@ -2037,17 +2037,17 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>
@@ -2066,7 +2066,7 @@
 </dl>
 <a NAME="CodeStyleFixer.__fixW603" ID="CodeStyleFixer.__fixW603"></a>
 <h4>CodeStyleFixer.__fixW603</h4>
-<b>__fixW603</b>(<i>code, line, pos</i>)
+<b>__fixW603</b>(<i>_code, line, _pos</i>)
 <p>
         Private method to fix the not equal notation.
 </p>
@@ -2076,17 +2076,17 @@
 
 <dl>
 
-<dt><i>code</i> (str)</dt>
-<dd>
-code of the issue
+<dt><i>_code</i> (str)</dt>
+<dd>
+code of the issue (unused)
 </dd>
 <dt><i>line</i> (int)</dt>
 <dd>
 line number of the issue
 </dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position inside line
+<dt><i>_pos</i> (int)</dt>
+<dd>
+position inside line (unused)
 </dd>
 </dl>
 <dl>

eric ide

mercurial