mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Type annotations: Improve Image.getproject().
This commit is contained in:
parent
850e28a02f
commit
5979e0e099
|
@ -1346,7 +1346,7 @@ class Image(object):
|
||||||
return self.im.getpixel(xy)
|
return self.im.getpixel(xy)
|
||||||
|
|
||||||
def getprojection(self):
|
def getprojection(self):
|
||||||
# type: () -> Tuple[List[Any], List[Any]]
|
# type: () -> Tuple[List[int], List[int]]
|
||||||
"""
|
"""
|
||||||
Get projection to x and y axes
|
Get projection to x and y axes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user