Inherits from
- Shelf: shelve.Shelf
Method summary
- __getitem__(self, key)
- __init__(self, filename, flag = 'c')
- __setitem__(self, key, value)
Methods
- __getitem__(self, key)
- __init__(self, filename, flag = 'c')
- __setitem__(self, key, value)
SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
Shelf implementation using the "anydbm" generic dbm interface.
This is initialized with the filename for the dbm database. See the module's __doc__ string for an overview of the interface.