massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / regexopt.pyi
1 from typing import Any
2
3 CS_ESCAPE: Any
4 FIRST_ELEMENT: Any
5
6 def make_charset(letters): ...
7 def regex_opt_inner(strings, open_paren): ...
8 def regex_opt(strings, prefix: str = ..., suffix: str = ...): ...