massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / werkzeug / contrib / testtools.pyi
1 from typing import Any\r
2 from werkzeug.wrappers import Response\r
3 \r
4 class ContentAccessors:\r
5     def xml(self): ...\r
6     def lxml(self): ...\r
7     def json(self): ...\r
8 \r
9 class TestResponse(Response, ContentAccessors): ...\r