massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / werkzeug / useragents.pyi
1 from typing import Any\r
2 \r
3 class UserAgentParser:\r
4     platforms = ...  # type: Any\r
5     browsers = ...  # type: Any\r
6     def __init__(self): ...\r
7     def __call__(self, user_agent): ...\r
8 \r
9 class UserAgent:\r
10     string = ...  # type: Any\r
11     def __init__(self, environ_or_string): ...\r
12     def to_header(self): ...\r
13     def __nonzero__(self): ...\r
14     __bool__ = ...  # type: Any\r