mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Typing: _imaging.clear_cache
This commit is contained in:
parent
db0e083555
commit
523c4502bc
|
@ -32,6 +32,8 @@ def linear_gradient(mode: Mode) -> ImagingCore: ...
|
|||
def radial_gradient(mode: Mode) -> ImagingCore: ...
|
||||
def wedge(mode: Mode) -> ImagingCore: ...
|
||||
|
||||
def clear_cache() -> None: ...
|
||||
|
||||
### FIXME TYPING: Should defaults be included here? they could get out of sync with _imaging.c
|
||||
### FIXME TYPING: Unsure of the default values in some cases.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user