massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / console.pyi
1 from typing import Any
2
3 esc: str
4 codes: Any
5 dark_colors: Any
6 light_colors: Any
7
8 def reset_color(): ...
9 def colorize(color_key, text): ...
10 def ansiformat(attr, text): ...