19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body><a NAME="top" ID="top"></a> |
22 <h1>eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer</h1> |
22 <h1>eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer</h1> |
23 <p> |
23 <p> |
24 Module implementing a class to fix certain PEP 8 issues. |
24 Module implementing a class to fix certain code style issues. |
25 </p> |
25 </p> |
26 <h3>Global Attributes</h3> |
26 <h3>Global Attributes</h3> |
27 <table> |
27 <table> |
28 <tr><td>Pep8FixableIssues</td></tr> |
28 <tr><td>Pep8FixableIssues</td></tr> |
29 </table> |
29 </table> |
30 <h3>Classes</h3> |
30 <h3>Classes</h3> |
31 <table> |
31 <table> |
32 <tr> |
32 <tr> |
33 <td><a href="#Pep8Fixer">Pep8Fixer</a></td> |
33 <td><a href="#Pep8Fixer">Pep8Fixer</a></td> |
34 <td>Class implementing a fixer for certain PEP 8 issues.</td> |
34 <td>Class implementing a fixer for certain code style issues.</td> |
35 </tr><tr> |
35 </tr><tr> |
36 <td><a href="#Pep8IndentationWrapper">Pep8IndentationWrapper</a></td> |
36 <td><a href="#Pep8IndentationWrapper">Pep8IndentationWrapper</a></td> |
37 <td>Class used by fixers dealing with indentation.</td> |
37 <td>Class used by fixers dealing with indentation.</td> |
38 </tr><tr> |
38 </tr><tr> |
39 <td><a href="#Pep8LineShortener">Pep8LineShortener</a></td> |
39 <td><a href="#Pep8LineShortener">Pep8LineShortener</a></td> |