Package grizzled :: Package collections :: Module dict
[frames] | no frames]

Module dict

grizzled.collections.dict contains some useful dictionary classes that extend the behavior of the built-in Python dict type.
Classes
  OrderedDict
OrderedDict is a simple ordered dictionary.
  LRUDict
LRUDict is a dictionary of a fixed maximum size that enforces a least recently used discard policy.