massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / formatters / rtf.pyi
1 from typing import Any
2
3 from pygments.formatter import Formatter
4
5 class RtfFormatter(Formatter):
6     name: str
7     aliases: Any
8     filenames: Any
9     fontface: Any
10     fontsize: Any
11     def __init__(self, **options) -> None: ...
12     def format_unencoded(self, tokensource, outfile) -> None: ...