massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / ImageGrab.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/ImageGrab.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/ImageGrab.pyi
new file mode 100644 (file)
index 0000000..31411f3
--- /dev/null
@@ -0,0 +1,8 @@
+from typing import Any
+
+from .Image import Image, _Box
+
+def grab(
+    bbox: _Box | None = ..., include_layered_windows: bool = ..., all_screens: bool = ..., xdisplay: Any | None = ...
+) -> Image: ...
+def grabclipboard() -> Image | None: ...