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