Table of Contents
This class presents a hash-like interface to a directory of small, flat files. Keys must be strings, but values can be any given object.
__getitem__ ( self, k )
dirdbm[foo]; get the contents of a file in this directory as a pickle
__setitem__ ( self, k, v, )
shelf[foo] = bar; create or modify a textfile in this directory