massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / werkzeug / testapp.pyi
1 from typing import Any\r
2 from werkzeug.wrappers import BaseRequest as Request, BaseResponse as Response\r
3 \r
4 logo = ...  # type: Any\r
5 TEMPLATE = ...  # type: Any\r
6 \r
7 def iter_sys_path(): ...\r
8 def render_testapp(req): ...\r
9 def test_app(environ, start_response): ...\r