We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cb9c8 commit 42c8e23Copy full SHA for 42c8e23
stubs/Pillow/PIL/_imaging.pyi
@@ -8,6 +8,12 @@ HUFFMAN_ONLY: Literal[2]
8
RLE: Literal[3]
9
FIXED: Literal[4]
10
11
+class PixelAccess:
12
+ # As well as the C extension source, this is also documented at
13
+ # Pillow's docs/reference/PixelAccess.rst, e.g.
14
+ # https://github.com/python-pillow/Pillow/blob/main/docs/reference/PixelAccess.rst
15
+ def __getattr__(self, item: str) -> Incomplete: ...
16
+
17
class _Path:
18
def __getattr__(self, item: str) -> Incomplete: ...
19
0 commit comments