Home
last modified time | relevance | path

Searched refs:BasePrinter (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsole_printer.py1 """Defines ConsolePrinter, a BasePrinter subclass for appealing console output."""
11 from .base_printer import BasePrinter namespace
143 class ConsolePrinter(BasePrinter):
144 """Implementation of BasePrinter for generating diagnostic reports in colored, helpful console output."""
H A Dbase_printer.py1 """Provides the BasePrinter base class for MacroChecker/Message output techniques."""
33 class BasePrinter(ABC): class
H A Dhtml_printer.py1 """Defines HTMLPrinter, a BasePrinter subclass for a single-page HTML results file."""
13 from .base_printer import BasePrinter, getColumn namespace
35 class HTMLPrinter(BasePrinter):
36 """Implementation of BasePrinter for generating diagnostic reports in HTML format.

Completed in 2 milliseconds