massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / lib2to3 / pgen2 / literals.pyi
1 # Stubs for lib2to3.pgen2.literals (Python 3.6)\r
2 \r
3 from typing import Dict, Match, Text\r
4 \r
5 simple_escapes: Dict[Text, Text]\r
6 \r
7 def escape(m: Match) -> Text: ...\r
8 def evalString(s: Text) -> Text: ...\r
9 def test() -> None: ...\r