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
1 from typing import Any
2
3 def is_known_charset(charset): ...
4
5 class JSONRequestMixin:
6     def json(self): ...
7
8 class ProtobufRequestMixin:
9     protobuf_check_initialization: Any
10     def parse_protobuf(self, proto_type): ...
11
12 class RoutingArgsRequestMixin:
13     routing_args: Any
14     routing_vars: Any
15
16 class ReverseSlashBehaviorRequestMixin:
17     def path(self): ...
18     def script_root(self): ...
19
20 class DynamicCharsetRequestMixin:
21     default_charset: Any
22     def unknown_charset(self, charset): ...
23     def charset(self): ...
24
25 class DynamicCharsetResponseMixin:
26     default_charset: Any
27     charset: Any