mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
fifth iteration
This commit is contained in:
@@ -12,12 +12,7 @@ class FileBasedCache(BaseCache):
|
||||
def __init__(
|
||||
self,
|
||||
dir: str,
|
||||
params: Union[
|
||||
Dict[str, Callable],
|
||||
Dict[str, Dict[str, int]],
|
||||
Dict[str, int],
|
||||
Dict[str, str],
|
||||
],
|
||||
params: Dict[str, Union[Callable, Dict[str, int], int, str]],
|
||||
) -> None: ...
|
||||
def add(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user