massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Werkzeug / werkzeug / contrib / testtools.pyi
1 from werkzeug.wrappers import Response
2
3 class ContentAccessors:
4     def xml(self): ...
5     def lxml(self): ...
6     def json(self): ...
7
8 class TestResponse(Response, ContentAccessors): ...