Formatter
- class sqlcompyre.report.formatters._base.Formatter[source]
Abstract base class for formatters of reports.
- Attributes:
file_extensionThe file extension to use when this formatter’s output is written to a file.
Methods
format(metadata, sections[, ...])Format the metadata and the sections from a report.
- abstract property file_extension: str
The file extension to use when this formatter’s output is written to a file.