massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Werkzeug / werkzeug / contrib / wrappers.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Werkzeug/werkzeug/contrib/wrappers.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Werkzeug/werkzeug/contrib/wrappers.pyi
new file mode 100644 (file)
index 0000000..683eda0
--- /dev/null
@@ -0,0 +1,27 @@
+from typing import Any
+
+def is_known_charset(charset): ...
+
+class JSONRequestMixin:
+    def json(self): ...
+
+class ProtobufRequestMixin:
+    protobuf_check_initialization: Any
+    def parse_protobuf(self, proto_type): ...
+
+class RoutingArgsRequestMixin:
+    routing_args: Any
+    routing_vars: Any
+
+class ReverseSlashBehaviorRequestMixin:
+    def path(self): ...
+    def script_root(self): ...
+
+class DynamicCharsetRequestMixin:
+    default_charset: Any
+    def unknown_charset(self, charset): ...
+    def charset(self): ...
+
+class DynamicCharsetResponseMixin:
+    default_charset: Any
+    charset: Any