massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / ImageStat.pyi
1 from typing import Any
2
3 class Stat:
4     h: Any
5     bands: Any
6     def __init__(self, image_or_list, mask: Any | None = ...) -> None: ...
7     def __getattr__(self, id): ...
8
9 Global = Stat