Public Member Functions | Private Attributes | List of all members
roslint.pycodestyle.DiffReport Class Reference
Inheritance diagram for roslint.pycodestyle.DiffReport:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, options)
 
def error (self, line_number, offset, text, check)
 
- Public Member Functions inherited from roslint.pycodestyle.StandardReport
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)
 
- Public Member Functions inherited from roslint.pycodestyle.BaseReport
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)
 

Private Attributes

 _selected
 

Additional Inherited Members

- Public Attributes inherited from roslint.pycodestyle.BaseReport
 counters
 
 elapsed
 
 expected
 
 file_errors
 
 filename
 
 line_offset
 
 lines
 
 messages
 
 total_errors
 
- Static Public Attributes inherited from roslint.pycodestyle.BaseReport
bool print_filename = False
 

Detailed Description

Collect and print the results for the changed lines only.

Definition at line 2323 of file pycodestyle.py.

Constructor & Destructor Documentation

def roslint.pycodestyle.DiffReport.__init__ (   self,
  options 
)

Definition at line 2326 of file pycodestyle.py.

Member Function Documentation

def roslint.pycodestyle.DiffReport.error (   self,
  line_number,
  offset,
  text,
  check 
)

Definition at line 2330 of file pycodestyle.py.

Member Data Documentation

roslint.pycodestyle.DiffReport._selected
private

Definition at line 2328 of file pycodestyle.py.


The documentation for this class was generated from the following file:


roslint
Author(s): Mike Purvis, Jack O'Quin
autogenerated on Wed Mar 18 2020 03:20:56