massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / WebPImagePlugin.pyi
1 from typing import Any
2
3 from .ImageFile import ImageFile
4
5 SUPPORTED: bool
6
7 class WebPImageFile(ImageFile):
8     format: str
9     format_description: str
10     def seek(self, frame) -> None: ...
11     fp: Any
12     tile: Any
13     def load(self): ...
14     def tell(self): ...