massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / werkzeug / contrib / limiter.pyi
1 from typing import Any\r
2 \r
3 class StreamLimitMiddleware:\r
4     app = ...  # type: Any\r
5     maximum_size = ...  # type: Any\r
6     def __init__(self, app, maximum_size=...): ...\r
7     def __call__(self, environ, start_response): ...\r