massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / auth_handler.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/boto/auth_handler.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/boto/auth_handler.pyi
new file mode 100644 (file)
index 0000000..93aa94f
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any\r
+from boto.plugin import Plugin\r
+\r
+class NotReadyToAuthenticate(Exception): ...\r
+\r
+class AuthHandler(Plugin):\r
+    capability = ...  # type: Any\r
+    def __init__(self, host, config, provider) -> None: ...\r
+    def add_auth(self, http_request): ...\r