create_custom_formatter method

create_custom_formatter

Creates and returns HTML formatter for custom callback-driven html generation.

Returns

@staticmethod
def create_custom_formatter(formatting_controller):
    ...
ParameterTypeDescription
formatting_controllerIHtmlFormattingControllerCallback interface which controls html file generation.

See Also