mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-26 11:37:17 +08:00
improved version
This commit is contained in:
2
django/core/cache/__init__.pyi
vendored
2
django/core/cache/__init__.pyi
vendored
@@ -19,5 +19,5 @@ class CacheHandler:
|
||||
|
||||
class DefaultCacheProxy:
|
||||
def __contains__(self, key: str) -> bool: ...
|
||||
def __getattr__(self, name: str) -> Union[OrderedDict, Callable, Dict[str, float]]: ...
|
||||
def __getattr__(self, name: str) -> Union[OrderedDict, Dict[str, float], Callable]: ...
|
||||
def __setattr__(self, name: str, value: Callable) -> None: ...
|
||||
Reference in New Issue
Block a user