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

Module dict

source code

grizzled.collections.dict contains some useful dictionary classes that extend the behavior of the built-in Python dict type.
Classes [hide private]
  OrderedDict
OrderedDict is a simple ordered dictionary.
  LRUListEntry
  LRUList
  LRUDict
LRUDict is a dictionary of a fixed maximum size that enforces a least recently used discard policy.
Variables [hide private]
  __package__ = 'grizzled.collections'