mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Update cachetools to 5.2.* (#8119)
This commit is contained in:
@@ -1 +1 @@
|
||||
version = "5.0.*"
|
||||
version = "5.2.*"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
from collections.abc import Hashable
|
||||
|
||||
__all__ = ("hashkey", "typedkey")
|
||||
__all__ = ("hashkey", "methodkey", "typedkey")
|
||||
|
||||
def hashkey(*args: Hashable, **kwargs: Hashable) -> tuple[Hashable, ...]: ...
|
||||
def methodkey(self: object, *args: Hashable, **kwargs: Hashable) -> tuple[Hashable, ...]: ...
|
||||
def typedkey(*args: Hashable, **kwargs: Hashable) -> tuple[Hashable, ...]: ...
|
||||
|
||||
Reference in New Issue
Block a user