mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add dimensions for openpyxl Image. (#12362)
This commit is contained in:
@@ -14,6 +14,8 @@ PILImage: ModuleType | Literal[False]
|
||||
class Image:
|
||||
anchor: str
|
||||
ref: _PILImageImage | _PILImageFilePath
|
||||
width: int
|
||||
height: int
|
||||
format: str
|
||||
def __init__(self, img: _PILImageImage | _PILImageFilePath) -> None: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user