massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / formatters / svg.pyi
1 from typing import Any
2
3 from pygments.formatter import Formatter
4
5 class SvgFormatter(Formatter):
6     name: str
7     aliases: Any
8     filenames: Any
9     nowrap: Any
10     fontfamily: Any
11     fontsize: Any
12     xoffset: Any
13     yoffset: Any
14     ystep: Any
15     spacehack: Any
16     linenos: Any
17     linenostart: Any
18     linenostep: Any
19     linenowidth: Any
20     def __init__(self, **options) -> None: ...
21     def format_unencoded(self, tokensource, outfile) -> None: ...