recline.formatters.output_formatter module
Original © NetApp 2024
This module contains the abstract class that all other output formatters should inherit from
- class recline.formatters.output_formatter.OutputFormatter
Bases:
ABC
All output formatters should inherit from this class
- abstract format_output(results)
The implementation of this method should expect to receive the results of a command output and to process them and output them in whatever manner is appropriate for the specific formatter.