python-darts.lib.utils.lru-doc

Simple dictionary with lru behaviour in python (common documentation)
  https://pypi.python.org/pypi/darts.util.lru
  0
  no reviews



An 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. the class synchronizedlrudict, which exposes the same interface as plain lrudict, but fully thread-safe.

this is the common documentation package.