Files
superset2/.mypy_cache/3.8/flask/wrappers.data.json
Maxime Beauchemin 57bccba93a simple redirect
2023-08-10 16:28:51 -07:00

1 line
14 KiB
JSON

{".class": "MypyFile", "_fullname": "flask.wrappers", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HTTPException": {".class": "SymbolTableNode", "cross_ref": "werkzeug.exceptions.HTTPException", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JSONMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "flask.wrappers.JSONMixin", "name": "JSONMixin", "type_vars": []}, "flags": [], "fullname": "flask.wrappers.JSONMixin", "metaclass_type": null, "metadata": {}, "module_name": "flask.wrappers", "mro": ["flask.wrappers.JSONMixin", "builtins.object"], "names": {".class": "SymbolTable", "get_json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "force", "silent", "cache"], "flags": [], "fullname": "flask.wrappers.JSONMixin.get_json", "name": "get_json", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "force", "silent", "cache"], "arg_types": ["flask.wrappers.JSONMixin", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_json of JSONMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "is_json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "flask.wrappers.JSONMixin.is_json", "name": "is_json", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.JSONMixin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_json of JSONMixin", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "is_json", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.JSONMixin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_json of JSONMixin", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "flask.wrappers.JSONMixin.json", "name": "json", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "json", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.JSONMixin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "json of JSONMixin", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "on_json_loading_failed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "e"], "flags": [], "fullname": "flask.wrappers.JSONMixin.on_json_loading_failed", "name": "on_json_loading_failed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "e"], "arg_types": ["flask.wrappers.JSONMixin", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "on_json_loading_failed of JSONMixin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Request": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["werkzeug.wrappers.Request", "flask.wrappers.JSONMixin"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "flask.wrappers.Request", "name": "Request", "type_vars": []}, "flags": [], "fullname": "flask.wrappers.Request", "metaclass_type": null, "metadata": {}, "module_name": "flask.wrappers", "mro": ["flask.wrappers.Request", "werkzeug.wrappers.Request", "werkzeug.wrappers.BaseRequest", "werkzeug.wrappers.AcceptMixin", "werkzeug.wrappers.ETagRequestMixin", "werkzeug.wrappers.UserAgentMixin", "werkzeug.wrappers.AuthorizationMixin", "werkzeug.wrappers.CommonRequestDescriptorsMixin", "flask.wrappers.JSONMixin", "builtins.object"], "names": {".class": "SymbolTable", "blueprint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "flask.wrappers.Request.blueprint", "name": "blueprint", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blueprint of Request", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "blueprint", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blueprint of Request", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "endpoint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "flask.wrappers.Request.endpoint", "name": "endpoint", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endpoint of Request", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "endpoint", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endpoint of Request", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "max_content_length": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "flask.wrappers.Request.max_content_length", "name": "max_content_length", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_content_length of Request", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "max_content_length", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.Request"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_content_length of Request", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "routing_exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready", "has_explicit_value"], "fullname": "flask.wrappers.Request.routing_exception", "name": "routing_exception", "type": {".class": "UnionType", "items": ["werkzeug.exceptions.HTTPException", {".class": "NoneType"}]}}}, "url_rule": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready", "has_explicit_value"], "fullname": "flask.wrappers.Request.url_rule", "name": "url_rule", "type": {".class": "UnionType", "items": ["werkzeug.routing.Rule", {".class": "NoneType"}]}}}, "view_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready", "has_explicit_value"], "fullname": "flask.wrappers.Request.view_args", "name": "view_args", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RequestBase": {".class": "SymbolTableNode", "cross_ref": "werkzeug.wrappers.Request", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Response": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["werkzeug.wrappers.Response", "flask.wrappers.JSONMixin"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "flask.wrappers.Response", "name": "Response", "type_vars": []}, "flags": [], "fullname": "flask.wrappers.Response", "metaclass_type": null, "metadata": {}, "module_name": "flask.wrappers", "mro": ["flask.wrappers.Response", "werkzeug.wrappers.Response", "werkzeug.wrappers.BaseResponse", "werkzeug.wrappers.ETagResponseMixin", "werkzeug.wrappers.ResponseStreamMixin", "werkzeug.wrappers.CommonResponseDescriptorsMixin", "werkzeug.wrappers.WWWAuthenticateMixin", "flask.wrappers.JSONMixin", "builtins.object"], "names": {".class": "SymbolTable", "default_mimetype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready", "has_explicit_value"], "fullname": "flask.wrappers.Response.default_mimetype", "name": "default_mimetype", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "max_cookie_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "flask.wrappers.Response.max_cookie_size", "name": "max_cookie_size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.Response"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_cookie_size of Response", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "max_cookie_size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["flask.wrappers.Response"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "max_cookie_size of Response", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ResponseBase": {".class": "SymbolTableNode", "cross_ref": "werkzeug.wrappers.Response", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Rule": {".class": "SymbolTableNode", "cross_ref": "werkzeug.routing.Rule", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "flask.wrappers.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "flask.wrappers.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "flask.wrappers.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "flask.wrappers.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/Users/max/.cache/pre-commit/repo61zz492t/py_env-python3.8/lib/python3.8/site-packages/flask-stubs/wrappers.pyi"}