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

Package collections

source code

grizzled.collections provides some useful Python collection classes.
Submodules [hide private]
  • grizzled.collections.dict: 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.
  LRUDict
LRUDict is a dictionary of a fixed maximum size that enforces a least recently used discard policy.
Variables [hide private]
  __package__ = 'grizzled.collections'