mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Add a number of properties to PIL.ImageStat.Stat (#11303)
This commit is contained in:
@@ -3,6 +3,11 @@ from _typeshed import Incomplete
|
||||
class Stat:
|
||||
h: Incomplete
|
||||
bands: Incomplete
|
||||
count: list[int]
|
||||
mean: list[float]
|
||||
rms: list[float]
|
||||
stddev: list[float]
|
||||
var: list[float]
|
||||
def __init__(self, image_or_list, mask: Incomplete | None = None) -> None: ...
|
||||
def __getattr__(self, id: str): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user