massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / auth_handler.pyi
1 from typing import Any\r
2 from boto.plugin import Plugin\r
3 \r
4 class NotReadyToAuthenticate(Exception): ...\r
5 \r
6 class AuthHandler(Plugin):\r
7     capability = ...  # type: Any\r
8     def __init__(self, host, config, provider) -> None: ...\r
9     def add_auth(self, http_request): ...\r