aboutsummaryrefslogtreecommitdiff
path: root/devel/py-darts.util.lru/pkg-descr
blob: 3b62e756726d385873cd44b2d19598bf127ddeea (plain) (blame)
1
2
3
4
5
6
7
8
A LRUDict is basically a simple dictionary, which has a defined 
maximum capacity, that may be supplied at construction time, or 
modified at run-time via the capacity property:
>>> cache = LRUDict(1)
>>> cache.capacity
1

WWW: https://pypi.org/project/darts.util.lru/