massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / s3 / deletemarker.pyi
1 from typing import Any, Optional\r
2 \r
3 class DeleteMarker:\r
4     bucket = ...  # type: Any\r
5     name = ...  # type: Any\r
6     version_id = ...  # type: Any\r
7     is_latest = ...  # type: bool\r
8     last_modified = ...  # type: Any\r
9     owner = ...  # type: Any\r
10     def __init__(self, bucket: Optional[Any] = ..., name: Optional[Any] = ...) -> None: ...\r
11     def startElement(self, name, attrs, connection): ...\r
12     def endElement(self, name, value, connection): ...\r