massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / lib2to3 / pgen2 / literals.pyi
1 from typing import Match
2
3 simple_escapes: dict[str, str]
4
5 def escape(m: Match[str]) -> str: ...
6 def evalString(s: str) -> str: ...
7 def test() -> None: ...