massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / ImageStat.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/ImageStat.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/ImageStat.pyi
new file mode 100644 (file)
index 0000000..13f08c5
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any
+
+class Stat:
+    h: Any
+    bands: Any
+    def __init__(self, image_or_list, mask: Any | None = ...) -> None: ...
+    def __getattr__(self, id): ...
+
+Global = Stat