massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / werkzeug / _internal.pyi
1 from typing import Any\r
2 \r
3 class _Missing:\r
4     def __reduce__(self): ...\r
5 \r
6 class _DictAccessorProperty:\r
7     read_only = ...  # type: Any\r
8     name = ...  # type: Any\r
9     default = ...  # type: Any\r
10     load_func = ...  # type: Any\r
11     dump_func = ...  # type: Any\r
12     __doc__ = ...  # type: Any\r
13     def __init__(self, name, default=None, load_func=None, dump_func=None, read_only=None, doc=None): ...\r
14     def __get__(self, obj, type=None): ...\r
15     def __set__(self, obj, value): ...\r
16     def __delete__(self, obj): ...\r
17 \r
18 def _easteregg(app=None): ...\r