Core API
Analyses
Results
Report
get_formatter()
Formatters for rendering reports.
Get the formatter for the specified identifier.
name: The identifier of the formatter.
The initialized formatter.
ValueError: If no formatter for the given identifier can be found.
Formatter
Abstract base class for formatters of reports.
TerminalFormatter
Formatter for printing reports to the terminal.