We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ae984 commit f0b5880Copy full SHA for f0b5880
src/typed_diskcache/utils/deque.py
@@ -68,6 +68,8 @@ def main() -> None:
68
# [3, 2, 1, 0, 0, -1, -2, -3]
69
"""
70
71
+ __slots__ = ("_cache", "_maxlen")
72
+
73
def __init__(
74
self,
75
values: Iterable[_T] | None = None,
0 commit comments