|
| def | __init__ (self, options) |
| |
| def | error (self, line_number, offset, text, check) |
| |
| def | get_file_results (self) |
| |
| def | init_file (self, filename, lines, expected, line_offset) |
| |
| def | __init__ (self, options) |
| |
| def | error (self, line_number, offset, text, check) |
| |
| def | get_count (self, prefix='') |
| |
| def | get_file_results (self) |
| |
| def | get_statistics (self, prefix='') |
| |
| def | increment_logical_line (self) |
| |
| def | init_file (self, filename, lines, expected, line_offset) |
| |
| def | print_benchmark (self) |
| |
| def | print_statistics (self, prefix='') |
| |
| def | start (self) |
| |
| def | stop (self) |
| |
Collect and print the results of the checks.
Definition at line 1707 of file pep8.py.