Home | History | Annotate | Download | only in dbm

Lines Matching full:database

9 type of database being opened (determined by the whichdb function) in the case
54 """Open or create database at path given by *file*.
57 for read-write access of an existing database, 'c' for read-write access
58 to a new or existing database, and 'n' for read-write access to a new
59 database.
61 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
62 only if it doesn't exist; and 'n' always creates a new database.
77 # guess the type of an existing database, if not creating a new one
102 - None if the database file can't be read;
107 database using that module may still fail.