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 5122c83 commit 7c84290Copy full SHA for 7c84290
src/PIL/_imaging.pyi
@@ -1,7 +1,7 @@
1
from typing import Any
2
3
class ImagingCore:
4
- def __getitem__(self, index: int) -> float: ...
+ def __getitem__(self, index: int) -> float | tuple[int, ...] | None: ...
5
def __getattr__(self, name: str) -> Any: ...
6
7
class ImagingFont:
0 commit comments