mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Added type hint
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
ad12caecda
commit
faa66eaa6c
|
@ -1531,7 +1531,7 @@ class Image:
|
||||||
rawmode = mode
|
rawmode = mode
|
||||||
return list(self.im.getpalette(mode, rawmode))
|
return list(self.im.getpalette(mode, rawmode))
|
||||||
|
|
||||||
def has_transparency_data(self):
|
def has_transparency_data(self) -> bool:
|
||||||
"""
|
"""
|
||||||
Determine if an image has transparency data, whether in the form of an
|
Determine if an image has transparency data, whether in the form of an
|
||||||
alpha channel, a palette with an alpha channel, or a "transparency" key
|
alpha channel, a palette with an alpha channel, or a "transparency" key
|
||||||
|
|
Loading…
Reference in New Issue
Block a user