massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / plugin.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/boto/plugin.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/boto/plugin.pyi
new file mode 100644 (file)
index 0000000..0cb34e8
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any, Optional\r
+\r
+class Plugin:\r
+    capability = ...  # type: Any\r
+    @classmethod\r
+    def is_capable(cls, requested_capability): ...\r
+\r
+def get_plugin(cls, requested_capability: Optional[Any] = ...): ...\r
+def load_plugins(config): ...\r