mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-27 23:54:46 +03:00
Type annotations: Improve Image.getproject().
This commit is contained in:
parent
6d464c010b
commit
9c350d86e3
|
@ -1325,7 +1325,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