Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html

changeset 2912
9ff696796092
parent 2897
45a5370f89a8
child 2923
01ac1f364b38
equal deleted inserted replaced
2910:cdc56e9d9f12 2912:9ff696796092
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>
49 </table> 49 </table>
50 <hr /><hr /> 50 <hr /><hr />
51 <a NAME="Pep8Fixer" ID="Pep8Fixer"></a> 51 <a NAME="Pep8Fixer" ID="Pep8Fixer"></a>
52 <h2>Pep8Fixer</h2> 52 <h2>Pep8Fixer</h2>
53 <p> 53 <p>
54 Class implementing a fixer for certain PEP 8 issues. 54 Class implementing a fixer for certain code style issues.
55 </p> 55 </p>
56 <h3>Derived from</h3> 56 <h3>Derived from</h3>
57 QObject 57 QObject
58 <h3>Class Attributes</h3> 58 <h3>Class Attributes</h3>
59 <table> 59 <table>

eric ide

mercurial