Skip to content

Base report

base_report

An interface to create custom reports with.

Report

The interface to create custom reports.

report_info

report_info() -> Tuple[str, str]

Returns the report standard information.

Returns:

Type Description
(str, str)

A tuple of (name, description)

add_cli_options

add_cli_options(parserobj: ArgumentParser) -> None

Configure command line arguments for this report.

run_report

run_report(db: Edk2DB, args: Namespace) -> None

Generate a report.