massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / s3 / user.pyi
1 from typing import Any, Optional\r
2 \r
3 class User:\r
4     type = ...  # type: Any\r
5     id = ...  # type: Any\r
6     display_name = ...  # type: Any\r
7     def __init__(self, parent: Optional[Any] = ..., id: str = ..., display_name: str = ...) -> None: ...\r
8     def startElement(self, name, attrs, connection): ...\r
9     def endElement(self, name, value, connection): ...\r
10     def to_xml(self, element_name: str = ...): ...\r