A | |
add [Cryptodbm] | add subt key data binds key to data in subtable subt .
|
append_subtable [Cryptodbm] |
Open a standard subtable for appending bindings.
|
append_uncrypted_subtable [Cryptodbm] |
Open an uncrypted subtable for appending bindings.
|
C | |
clear [Cryptodbm] | clear subt removes all the bindings in subtable subt .
|
close [Cryptodbm] |
If in write mode, sign if necessary, add extra bindings if required, then flush and close the file.
|
close_subtable [Cryptodbm] |
If in write mode, sign if necessary, then flush and close the subtable.
|
create_subtable [Cryptodbm] |
Creates a standard subtable for writing.
|
create_uncrypted_subtable [Cryptodbm] |
Creates an uncrypted subtable (even when the global table is encrypted).
|
D | |
delete [Cryptodbm] | delete subt key removes the binding associated to key in subtable subt .
|
E | |
error2s [Cryptodbm.Error] | |
export [Cryptodbm] |
Exports a dbfile to a durable binary format.
|
F | |
find [Cryptodbm] | find subt key returns the data associated to key in subtable subt .
|
flush [Cryptodbm] |
Sign if necessary, and flush.
|
fold [Cryptodbm] |
See iter.
|
G | |
get_name [Cryptodbm] |
Returns this subtable's name.
|
get_number [Cryptodbm] |
Returns this subtable's identifier (a number).
|
get_rootfile [Cryptodbm] |
Returns the root filename (without the .pag or .dir extension).
|
I | |
import [Cryptodbm] |
Imports a binary file to a dbfile.
|
iter [Cryptodbm] |
Iterate over all pairs (key, data) of the given subtable.
|
iter_extra_bindings [Cryptodbm] |
For debugging.
|
iter_subtables [Cryptodbm] |
Iterate over standard subtables.
|
iter_uncrypted_subtables [Cryptodbm] |
Iterate over uncrypted subtables.
|
iterkey [Cryptodbm] |
Iterate over all keys of the given subtable.
|
L | |
loc2s [Cryptodbm.Error] |
Printing functions.
|
O | |
open_append [Cryptodbm] |
Opens an existing encrypted-dbm file in append mode.
|
open_create [Cryptodbm] |
Creates a new encrypted-dbm file.
|
open_only_uncrypted [Cryptodbm] |
Opens a table to access only uncrypted subtables.
|
open_read [Cryptodbm] |
Opens an encrypted-dbm file for reading.
|
open_subtable [Cryptodbm] |
Open a standard subtable for reading.
|
open_uncrypted_subtable [Cryptodbm] |
Open an uncrypted subtable for reading.
|