Typing: _imaging.clear_cache

This commit is contained in:
Eric Soroos 2018-01-05 14:22:54 +00:00
parent db0e083555
commit 523c4502bc

View File

@ -32,6 +32,8 @@ def linear_gradient(mode: Mode) -> ImagingCore: ...
def radial_gradient(mode: Mode) -> ImagingCore: ... def radial_gradient(mode: Mode) -> ImagingCore: ...
def wedge(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: Should defaults be included here? they could get out of sync with _imaging.c
### FIXME TYPING: Unsure of the default values in some cases. ### FIXME TYPING: Unsure of the default values in some cases.