mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-16 21:45:04 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -98,6 +98,7 @@ class LRUCache(dict[_KT, _VT]):
|
||||
key = ...
|
||||
value = ...
|
||||
def __init__(self, key, value) -> None: ...
|
||||
|
||||
_dict: dict[_KT, LRUCache._Item]
|
||||
capacity: int
|
||||
head: LRUCache._Item | None
|
||||
|
||||
Reference in New Issue
Block a user