massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / formatter.pyi
1 from typing import Any
2
3 class Formatter:
4     name: Any
5     aliases: Any
6     filenames: Any
7     unicodeoutput: bool
8     style: Any
9     full: Any
10     title: Any
11     encoding: Any
12     options: Any
13     def __init__(self, **options) -> None: ...
14     def get_style_defs(self, arg: str = ...): ...
15     def format(self, tokensource, outfile): ...