massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / simplejson / encoder.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/simplejson/encoder.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/simplejson/encoder.pyi
new file mode 100644 (file)
index 0000000..38e44a3
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any, IO\r
+\r
+class JSONEncoder(object):\r
+    def __init__(self, *args, **kwargs): ...\r
+    def encode(self, o: Any): ...\r
+    def default(self, o: Any): ...\r
+    def iterencode(self, o: Any, _one_shot: bool): ...\r
+\r
+class JSONEncoderForHTML(JSONEncoder): ...\r