Searched refs:HTMLFormatter (Results 1 – 3 of 3) sorted by relevance
148 class HTMLFormatter(Formatter): class152 super(HTMLFormatter, self).__init__(self.HTML, *args, **kwargs)163 HTMLFormatter.REGISTRY['html'] = HTMLFormatter(166 HTMLFormatter.REGISTRY["html5"] = HTMLFormatter(171 HTMLFormatter.REGISTRY["minimal"] = HTMLFormatter(174 HTMLFormatter.REGISTRY[None] = HTMLFormatter(
15 HTMLFormatter,225 c = HTMLFormatter
128 * The HTMLFormatter and XMLFormatter constructors no longer return a