We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image.load
The stub for Image.load says the method returns nothing.
typeshed/stubs/Pillow/PIL/Image.pyi
Line 183 in acfde4e
But the actual load method returns something. See link
load
https://github.com/python-pillow/Pillow/blob/f32e6a6ae6ed57f772b5840221e320d5473b094d/src/PIL/Image.py#L3832
pixel_access is defined in the C part of the library giving the type the name PixelAccess (as also referenced in the documentation)
pixel_access
C
PixelAccess
https://github.com/python-pillow/Pillow/blob/b4419169a42b201903fef72712b1fcd43c2ebcef/src/_imaging.c#L3832
The text was updated successfully, but these errors were encountered:
Duplicate of #9126.
Sorry, something went wrong.
No branches or pull requests
The stub for
Image.load
says the method returns nothing.typeshed/stubs/Pillow/PIL/Image.pyi
Line 183 in acfde4e
But the actual
load
method returns something. See linkhttps://github.com/python-pillow/Pillow/blob/f32e6a6ae6ed57f772b5840221e320d5473b094d/src/PIL/Image.py#L3832
pixel_access
is defined in theC
part of the library giving the type the namePixelAccess
(as also referenced in the documentation)https://github.com/python-pillow/Pillow/blob/b4419169a42b201903fef72712b1fcd43c2ebcef/src/_imaging.c#L3832
The text was updated successfully, but these errors were encountered: