class documentation

class NoHeaderReporter(TextReporter): (source)

View In Hierarchy

Reports messages and layouts in plain text without a module header.

Method handle_message Write message(s) without module header.
Class Variable name Name of the reporter.

Inherited from TextReporter:

Method __init__ Undocumented
Method on_set_current_module Set the format template to be used and check for unrecognized arguments.
Method write_message Convenience method to write a formatted message with class default template.
Class Variable extension Undocumented
Class Variable line_format Undocumented
Method _display Launch layouts display.
Instance Variable _fixed_template The output format template with any unrecognized arguments removed.
Instance Variable _modules Undocumented
Instance Variable _template Undocumented

Inherited from BaseReporter (via TextReporter):

Method display_messages Hook for displaying the messages of the reporter.
Method display_reports Display results encapsulated in the layout tree.
Method on_close Hook called when a module finished analyzing.
Method set_output Set output stream.
Method writeln Write a line in the output buffer.
Instance Variable linter Undocumented
Instance Variable messages Undocumented
Instance Variable out Undocumented
Instance Variable path_strip_prefix Undocumented
Instance Variable section Undocumented
def handle_message(self, msg: Message): (source)

Write message(s) without module header.

Name of the reporter.