massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / cachetools / cachetools / keys.pyi
1 from typing import Hashable, Tuple
2
3 def hashkey(*args: Hashable, **kwargs: Hashable) -> Tuple[Hashable, ...]: ...
4 def typedkey(*args: Hashable, **kwargs: Hashable) -> Tuple[Hashable, ...]: ...