massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / _json.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/_json.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/_json.pyi
new file mode 100644 (file)
index 0000000..bc5acd1
--- /dev/null
@@ -0,0 +1,17 @@
+"""Stub file for the '_json' module."""\r
+# This is an autogenerated file. It serves as a starting point\r
+# for a more precise manual annotation of this module.\r
+# Feel free to edit the source below, but remove this header when you do.\r
+\r
+from typing import Any, List, Tuple, Dict, Generic\r
+\r
+def encode_basestring_ascii(*args, **kwargs) -> str:\r
+    raise TypeError()\r
+\r
+def scanstring(a, b, *args, **kwargs) -> tuple:\r
+    raise TypeError()\r
+\r
+\r
+class Encoder(object): ...\r
+\r
+class Scanner(object): ...\r