class documentation

class CollectingReporter(BaseReporter): (source)

View In Hierarchy

Collects messages.

Method __init__ Undocumented
Method reset Undocumented
Class Variable name Name of the reporter.
Instance Variable messages Undocumented
Method _display Display the layout.

Inherited from BaseReporter:

Method display_messages Hook for displaying the messages of the reporter.
Method display_reports Display results encapsulated in the layout tree.
Method handle_message Handle a new message triggered on the current file.
Method on_close Hook called when a module finished analyzing.
Method on_set_current_module Hook called when a module starts to be analysed.
Method set_output Set output stream.
Method writeln Write a line in the output buffer.
Class Variable extension Undocumented
Instance Variable linter Undocumented
Instance Variable out Undocumented
Instance Variable path_strip_prefix Undocumented
Instance Variable section Undocumented
def __init__(self): (source)
def reset(self): (source)

Undocumented

Name of the reporter.

def _display(self, layout: Section): (source)

Display the layout.