massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / werkzeug / __init__.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/werkzeug/__init__.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/werkzeug/__init__.pyi
new file mode 100644 (file)
index 0000000..a5c7fa8
--- /dev/null
@@ -0,0 +1,150 @@
+from types import ModuleType\r
+from typing import Any\r
+\r
+from werkzeug import _internal\r
+from werkzeug import datastructures\r
+from werkzeug import debug\r
+from werkzeug import exceptions\r
+from werkzeug import formparser\r
+from werkzeug import http\r
+from werkzeug import local\r
+from werkzeug import security\r
+from werkzeug import serving\r
+from werkzeug import test\r
+from werkzeug import testapp\r
+from werkzeug import urls\r
+from werkzeug import useragents\r
+from werkzeug import utils\r
+from werkzeug import wrappers\r
+from werkzeug import wsgi\r
+\r
+class module(ModuleType):\r
+    def __getattr__(self, name): ...\r
+    def __dir__(self): ...\r
+\r
+\r
+__version__ = ...  # type: Any\r
+\r
+run_simple = serving.run_simple\r
+test_app = testapp.test_app\r
+UserAgent = useragents.UserAgent\r
+_easteregg = _internal._easteregg\r
+DebuggedApplication = debug.DebuggedApplication\r
+MultiDict = datastructures.MultiDict\r
+CombinedMultiDict = datastructures.CombinedMultiDict\r
+Headers = datastructures.Headers\r
+EnvironHeaders = datastructures.EnvironHeaders\r
+ImmutableList = datastructures.ImmutableList\r
+ImmutableDict = datastructures.ImmutableDict\r
+ImmutableMultiDict = datastructures.ImmutableMultiDict\r
+TypeConversionDict = datastructures.TypeConversionDict\r
+ImmutableTypeConversionDict = datastructures.ImmutableTypeConversionDict\r
+Accept = datastructures.Accept\r
+MIMEAccept = datastructures.MIMEAccept\r
+CharsetAccept = datastructures.CharsetAccept\r
+LanguageAccept = datastructures.LanguageAccept\r
+RequestCacheControl = datastructures.RequestCacheControl\r
+ResponseCacheControl = datastructures.ResponseCacheControl\r
+ETags = datastructures.ETags\r
+HeaderSet = datastructures.HeaderSet\r
+WWWAuthenticate = datastructures.WWWAuthenticate\r
+Authorization = datastructures.Authorization\r
+FileMultiDict = datastructures.FileMultiDict\r
+CallbackDict = datastructures.CallbackDict\r
+FileStorage = datastructures.FileStorage\r
+OrderedMultiDict = datastructures.OrderedMultiDict\r
+ImmutableOrderedMultiDict = datastructures.ImmutableOrderedMultiDict\r
+escape = utils.escape\r
+environ_property = utils.environ_property\r
+append_slash_redirect = utils.append_slash_redirect\r
+redirect = utils.redirect\r
+cached_property = utils.cached_property\r
+import_string = utils.import_string\r
+dump_cookie = http.dump_cookie\r
+parse_cookie = http.parse_cookie\r
+unescape = utils.unescape\r
+format_string = utils.format_string\r
+find_modules = utils.find_modules\r
+header_property = utils.header_property\r
+html = utils.html\r
+xhtml = utils.xhtml\r
+HTMLBuilder = utils.HTMLBuilder\r
+validate_arguments = utils.validate_arguments\r
+ArgumentValidationError = utils.ArgumentValidationError\r
+bind_arguments = utils.bind_arguments\r
+secure_filename = utils.secure_filename\r
+BaseResponse = wrappers.BaseResponse\r
+BaseRequest = wrappers.BaseRequest\r
+Request = wrappers.Request\r
+Response = wrappers.Response\r
+AcceptMixin = wrappers.AcceptMixin\r
+ETagRequestMixin = wrappers.ETagRequestMixin\r
+ETagResponseMixin = wrappers.ETagResponseMixin\r
+ResponseStreamMixin = wrappers.ResponseStreamMixin\r
+CommonResponseDescriptorsMixin = wrappers.CommonResponseDescriptorsMixin\r
+UserAgentMixin = wrappers.UserAgentMixin\r
+AuthorizationMixin = wrappers.AuthorizationMixin\r
+WWWAuthenticateMixin = wrappers.WWWAuthenticateMixin\r
+CommonRequestDescriptorsMixin = wrappers.CommonRequestDescriptorsMixin\r
+Local = local.Local\r
+LocalManager = local.LocalManager\r
+LocalProxy = local.LocalProxy\r
+LocalStack = local.LocalStack\r
+release_local = local.release_local\r
+generate_password_hash = security.generate_password_hash\r
+check_password_hash = security.check_password_hash\r
+Client = test.Client\r
+EnvironBuilder = test.EnvironBuilder\r
+create_environ = test.create_environ\r
+run_wsgi_app = test.run_wsgi_app\r
+get_current_url = wsgi.get_current_url\r
+get_host = wsgi.get_host\r
+pop_path_info = wsgi.pop_path_info\r
+peek_path_info = wsgi.peek_path_info\r
+SharedDataMiddleware = wsgi.SharedDataMiddleware\r
+DispatcherMiddleware = wsgi.DispatcherMiddleware\r
+ClosingIterator = wsgi.ClosingIterator\r
+FileWrapper = wsgi.FileWrapper\r
+make_line_iter = wsgi.make_line_iter\r
+LimitedStream = wsgi.LimitedStream\r
+responder = wsgi.responder\r
+wrap_file = wsgi.wrap_file\r
+extract_path_info = wsgi.extract_path_info\r
+parse_etags = http.parse_etags\r
+parse_date = http.parse_date\r
+http_date = http.http_date\r
+cookie_date = http.cookie_date\r
+parse_cache_control_header = http.parse_cache_control_header\r
+is_resource_modified = http.is_resource_modified\r
+parse_accept_header = http.parse_accept_header\r
+parse_set_header = http.parse_set_header\r
+quote_etag = http.quote_etag\r
+unquote_etag = http.unquote_etag\r
+generate_etag = http.generate_etag\r
+dump_header = http.dump_header\r
+parse_list_header = http.parse_list_header\r
+parse_dict_header = http.parse_dict_header\r
+parse_authorization_header = http.parse_authorization_header\r
+parse_www_authenticate_header = http.parse_www_authenticate_header\r
+remove_entity_headers = http.remove_entity_headers\r
+is_entity_header = http.is_entity_header\r
+remove_hop_by_hop_headers = http.remove_hop_by_hop_headers\r
+parse_options_header = http.parse_options_header\r
+dump_options_header = http.dump_options_header\r
+is_hop_by_hop_header = http.is_hop_by_hop_header\r
+unquote_header_value = http.unquote_header_value\r
+quote_header_value = http.quote_header_value\r
+HTTP_STATUS_CODES = http.HTTP_STATUS_CODES\r
+url_decode = urls.url_decode\r
+url_encode = urls.url_encode\r
+url_quote = urls.url_quote\r
+url_quote_plus = urls.url_quote_plus\r
+url_unquote = urls.url_unquote\r
+url_unquote_plus = urls.url_unquote_plus\r
+url_fix = urls.url_fix\r
+Href = urls.Href\r
+iri_to_uri = urls.iri_to_uri\r
+uri_to_iri = urls.uri_to_iri\r
+parse_form_data = formparser.parse_form_data\r
+abort = exceptions.Aborter\r
+Aborter = exceptions.Aborter\r