Home | Trees | Index | Help |
---|
Package twisted :: Package persisted :: Module dirdbm |
|
DBM-style interface to a directory.
Each key is stored as a single file. This is not expected to be very fast or efficient, but it's good for easy debugging.
DirDBMs are *not* thread-safe, they should only be accessed by one thread at a time.Classes | |
---|---|
DirDBM |
A directory with a DBM interface. |
Shelf |
A directory with a DBM shelf interface. |
Function Summary | |
---|---|
This is for 'anydbm' compatibility. |
Function Details |
---|
open(file, flag=None, mode=None)This is for 'anydbm' compatibility.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:46 2003 | http://epydoc.sf.net |