Skip to content

Commit

Permalink
add note about get/set item
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshardmind committed Nov 24, 2024
1 parent 054fc82 commit 9d8a81a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions async_utils/lru.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
class LRU[K, V]:
"""An LRU implementation.
Implements dict-like getitem/setitem access plus a couple methods.
Parameters
----------
maxsize: int
Expand Down

0 comments on commit 9d8a81a

Please sign in to comment.