massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / _imaging.pyi
1 from collections.abc import Sequence
2 from typing import Any
3 from typing_extensions import Literal
4
5 DEFAULT_STRATEGY: Literal[0]
6 FILTERED: Literal[1]
7 HUFFMAN_ONLY: Literal[2]
8 RLE: Literal[3]
9 FIXED: Literal[4]
10
11 class _Path:
12     def __getattr__(self, item: str) -> Any: ...  # incomplete
13
14 def path(__x: Sequence[tuple[float, float]] | Sequence[float]) -> _Path: ...
15 def __getattr__(__name: str) -> Any: ...  # incomplete