Class implementing the PEP 8 checker for Python2.
| None |
| Pep8Checker | Class implementing the PEP 8 checker for Python2. |
| None |
Class implementing the PEP 8 checker for Python2.
| filename |
| ignore |
| repeat |
| select |
| Pep8Checker | Constructor |
| __ignore_code | Private method to check, if the message for the given code should be ignored. |
| report_error_args | Public method to collect the error messages. |
Constructor
Private method to check, if the message for the given code should be ignored.
If codes are selected and the code has a selected prefix and does not have an ignored prefix, it is not ignored. If codes are selected and the code does not have a selected prefix, it is ignored. If no codes are selected, the code is ignored, if it has a prefix, that is contained in the ignored codes.
Public method to collect the error messages.