class documentation

Collect and print the results of the checks.

Method __init__ Undocumented
Method error Report an error, according to options.
Method get_file_results Print results and return the overall count for this file.
Method init_file Signal a new file.
Instance Variable _deferred_print Undocumented
Instance Variable _fmt Undocumented
Instance Variable _repeat Undocumented
Instance Variable _show_pep8 Undocumented
Instance Variable _show_source Undocumented

Inherited from BaseReport:

Method get_count Return the total count of errors and warnings.
Method get_statistics Get statistics for message codes that start with the prefix.
Method increment_logical_line Signal a new logical line.
Method print_benchmark Print benchmark numbers.
Method print_statistics Print overall statistics (number of errors and warnings).
Method start Start the timer.
Method stop Stop the timer.
Class Variable print_filename Undocumented
Instance Variable counters Undocumented
Instance Variable elapsed Undocumented
Instance Variable expected Undocumented
Instance Variable file_errors Undocumented
Instance Variable filename Undocumented
Instance Variable line_offset Undocumented
Instance Variable lines Undocumented
Instance Variable messages Undocumented
Instance Variable total_errors Undocumented
Instance Variable _benchmark_keys Undocumented
Instance Variable _ignore_code Undocumented
Instance Variable _start_time Undocumented
def error(self, line_number, offset, text, check):
def get_file_results(self):

Print results and return the overall count for this file.

def init_file(self, filename, lines, expected, line_offset):
_deferred_print: list =

Undocumented

_fmt =

Undocumented

_repeat =

Undocumented

_show_pep8 =

Undocumented

_show_source =

Undocumented