Public Member Functions | |
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) |
Public Attributes | |
counters | |
elapsed | |
expected | |
file_errors | |
filename | |
line_offset | |
lines | |
messages | |
total_errors | |
Static Public Attributes | |
bool | print_filename = False |
Private Attributes | |
_benchmark_keys | |
_ignore_code | |
_start_time | |
def roslint.pep8.BaseReport.error | ( | self, | |
line_number, | |||
offset, | |||
text, | |||
check | |||
) |
def roslint.pep8.BaseReport.get_count | ( | self, | |
prefix = '' |
|||
) |
def roslint.pep8.BaseReport.get_file_results | ( | self | ) |
def roslint.pep8.BaseReport.get_statistics | ( | self, | |
prefix = '' |
|||
) |
def roslint.pep8.BaseReport.increment_logical_line | ( | self | ) |
def roslint.pep8.BaseReport.init_file | ( | self, | |
filename, | |||
lines, | |||
expected, | |||
line_offset | |||
) |
def roslint.pep8.BaseReport.print_benchmark | ( | self | ) |
def roslint.pep8.BaseReport.print_statistics | ( | self, | |
prefix = '' |
|||
) |