massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / werkzeug / contrib / wrappers.pyi
1 from typing import Any\r
2 \r
3 def is_known_charset(charset): ...\r
4 \r
5 class JSONRequestMixin:\r
6     def json(self): ...\r
7 \r
8 class ProtobufRequestMixin:\r
9     protobuf_check_initialization = ...  # type: Any\r
10     def parse_protobuf(self, proto_type): ...\r
11 \r
12 class RoutingArgsRequestMixin:\r
13     routing_args = ...  # type: Any\r
14     routing_vars = ...  # type: Any\r
15 \r
16 class ReverseSlashBehaviorRequestMixin:\r
17     def path(self): ...\r
18     def script_root(self): ...\r
19 \r
20 class DynamicCharsetRequestMixin:\r
21     default_charset = ...  # type: Any\r
22     def unknown_charset(self, charset): ...\r
23     def charset(self): ...\r
24 \r
25 class DynamicCharsetResponseMixin:\r
26     default_charset = ...  # type: Any\r
27     charset = ...  # type: Any\r