mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
pyAutoGui: Correct Return Type of position() to Match Actual Behavior (#11267)
Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
@@ -60,8 +60,8 @@ def useImageNotFoundException(value: bool | None = None) -> None: ...
|
||||
def isShiftCharacter(character: str) -> bool: ...
|
||||
|
||||
class Point(NamedTuple):
|
||||
x: float
|
||||
y: float
|
||||
x: int
|
||||
y: int
|
||||
|
||||
class Size(NamedTuple):
|
||||
width: int
|
||||
|
||||
Reference in New Issue
Block a user