Lines Matching +full:style +full:- +full:mod
1 :mod:`dbhash` --- DBM-style interface to the BSD database library
5 :synopsis: DBM-style interface to the BSD database library.
9 The :mod:`dbhash` module has been removed in Python 3.
13 The :mod:`dbhash` module provides a function to open databases using the BSD
15 modules that provide access to DBM-style databases. The :mod:`bsddb` module is
16 required to use :mod:`dbhash`.
34 +---------+-------------------------------------------+
39 +---------+-------------------------------------------+
42 +---------+-------------------------------------------+
45 +---------+-------------------------------------------+
48 +---------+-------------------------------------------+
60 Module :mod:`anydbm`
61 Generic interface to ``dbm``\ -style databases.
63 Module :mod:`bsddb`
64 Lower-level interface to the BSD ``db`` library.
66 Module :mod:`whichdb`
70 .. _dbhash-objects:
73 ----------------
76 the DBM-style databases and mapping objects. The following methods are
91 begin a reverse-order traversal; see :meth:`previous`.
107 Returns the previous key/value pair in a forward-traversal of the database. In
108 conjunction with :meth:`last`, this may be used to implement a reverse-order