cement.core.output
Cement core output module.
- class cement.core.output.OutputHandler(**kw: Any)[source]
Bases:
OutputInterface
,Handler
Output handler implementation.
- class cement.core.output.OutputInterface(**kw: Any)[source]
Bases:
Interface
This class defines the Output Interface. Handlers that implement this interface must provide the methods and attributes defined below. In general, most implementations should sub-class from the provided
OutputHandler
base class as a starting point.