massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / IptcImagePlugin.pyi
1 from typing import Any
2
3 from .ImageFile import ImageFile
4
5 COMPRESSION: Any
6 PAD: Any
7
8 def i(c): ...
9 def dump(c) -> None: ...
10
11 class IptcImageFile(ImageFile):
12     format: str
13     format_description: str
14     def getint(self, key): ...
15     def field(self): ...
16     im: Any
17     def load(self): ...
18
19 def getiptcinfo(im): ...