Lines Matching refs:dbm
13 A "shelf" is a persistent, dictionary-like object. The difference with "dbm"
26 has the same interpretation as the *flag* parameter of :func:`dbm.open`.
87 module: dbm.ndbm
88 module: dbm.gnu
90 * The choice of which database package will be used (such as :mod:`dbm.ndbm` or
91 :mod:`dbm.gnu`) depends on which interface is available. Therefore it is not
92 safe to open the database directly using :mod:`dbm`. The database is also
93 (unfortunately) subject to the limitations of :mod:`dbm`, if it is used ---
150 object. The underlying file will be opened using :func:`dbm.open`. By
198 Module :mod:`dbm`
199 Generic interface to ``dbm``-style databases.