massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / boto / boto / s3 / prefix.pyi
1 from typing import Any
2
3 class Prefix:
4     bucket: Any
5     name: Any
6     def __init__(self, bucket: Any | None = ..., name: Any | None = ...) -> None: ...
7     def startElement(self, name, attrs, connection): ...
8     def endElement(self, name, value, connection): ...
9     @property
10     def provider(self): ...