fifth iteration

This commit is contained in:
Maxim Kurnikov
2018-08-14 12:01:01 +03:00
parent 8cc446150c
commit a13d4c352a
124 changed files with 1455 additions and 5681 deletions

View File

@@ -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,