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