class documentation
class StandardReport(BaseReport):
Known subclasses: niryo_libraries.roslint.pycodestyle.DiffReport
Constructor: StandardReport(options)
Collect and print the results of the checks.
Method | __init__ |
Undocumented |
Method | error |
Report an error, according to options. |
Method | get |
Print results and return the overall count for this file. |
Method | init |
Signal a new file. |
Instance Variable | _deferred |
Undocumented |
Instance Variable | _fmt |
Undocumented |
Instance Variable | _repeat |
Undocumented |
Instance Variable | _show |
Undocumented |
Instance Variable | _show |
Undocumented |
Inherited from BaseReport
:
Method | get |
Return the total count of errors and warnings. |
Method | get |
Get statistics for message codes that start with the prefix. |
Method | increment |
Signal a new logical line. |
Method | print |
Print benchmark numbers. |
Method | print |
Print overall statistics (number of errors and warnings). |
Method | start |
Start the timer. |
Method | stop |
Stop the timer. |
Class Variable | print |
Undocumented |
Instance Variable | counters |
Undocumented |
Instance Variable | elapsed |
Undocumented |
Instance Variable | expected |
Undocumented |
Instance Variable | file |
Undocumented |
Instance Variable | filename |
Undocumented |
Instance Variable | line |
Undocumented |
Instance Variable | lines |
Undocumented |
Instance Variable | messages |
Undocumented |
Instance Variable | total |
Undocumented |
Instance Variable | _benchmark |
Undocumented |
Instance Variable | _ignore |
Undocumented |
Instance Variable | _start |
Undocumented |