File: html_formatter.py

package info (click to toggle)
pygments 2.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,628 kB
  • ctags: 5,425
  • sloc: python: 69,950; makefile: 217; sh: 117
file content (6 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
from pygments.formatters import HtmlFormatter


class HtmlFormatterWrapper(HtmlFormatter):
    name = 'HtmlWrapper'