t.p.dirdbm : module documentation

Part of twisted.persisted View Source

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.

No files should be placed in the working directory of a DirDBM save those created by the DirDBM itself!

Maintainer: Itamar Shtull-Trauring
Class DirDBM A directory with a DBM interface.
Class Shelf A directory with a DBM shelf interface.
Function open This is for 'anydbm' compatibility.
def open(file, flag=None, mode=None): (source)
This is for 'anydbm' compatibility.
ParametersfileThe parameter to pass to the DirDBM constructor.
flagignored
modeignored
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.