2fcc66a04a
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.python.org/pypi/darts.util.lru PR: 211047 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
3 lines
166 B
Text
3 lines
166 B
Text
TIMESTAMP = 1468026580
|
|
SHA256 (darts.util.lru-0.5.tar.gz) = 58c50fea1e2f7a6419964781c78a77452012ab71a32d81796e2038e99a38488a
|
|
SIZE (darts.util.lru-0.5.tar.gz) = 11765
|