class documentation

class DiffReport(StandardReport):

Constructor: DiffReport(options)

View In Hierarchy

Collect and print the results for the changed lines only.

Method __init__ Undocumented
Method error Report an error, according to options.
Instance Variable _selected Undocumented

Inherited from StandardReport:

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 (via StandardReport):

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 __init__(self, options):
def error(self, line_number, offset, text, check):

Report an error, according to options.

_selected =

Undocumented