massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / s3 / prefix.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/boto/s3/prefix.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/boto/s3/prefix.pyi
new file mode 100644 (file)
index 0000000..4c2fbb3
--- /dev/null
@@ -0,0 +1,10 @@
+from typing import Any, Optional\r
+\r
+class Prefix:\r
+    bucket = ...  # type: Any\r
+    name = ...  # type: Any\r
+    def __init__(self, bucket: Optional[Any] = ..., name: Optional[Any] = ...) -> None: ...\r
+    def startElement(self, name, attrs, connection): ...\r
+    def endElement(self, name, value, connection): ...\r
+    @property\r
+    def provider(self): ...\r