massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / lib2to3 / pgen2 / literals.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi
new file mode 100644 (file)
index 0000000..c72eed9
--- /dev/null
@@ -0,0 +1,9 @@
+# Stubs for lib2to3.pgen2.literals (Python 3.6)\r
+\r
+from typing import Dict, Match, Text\r
+\r
+simple_escapes: Dict[Text, Text]\r
+\r
+def escape(m: Match) -> Text: ...\r
+def evalString(s: Text) -> Text: ...\r
+def test() -> None: ...\r