Home | Trees | Index | Help |
|
---|
Package sage :: Package tables :: Module gamma0wt2 :: Class Database |
|
object
--+ |_uniq
--+ |Database
--+ | Database
Method Summary | |
---|---|
__init__(self,
read_only)
| |
__repr__(self)
| |
Inherited from Database | |
| |
| |
| |
Return a dict representation of the database. | |
Informs the database that some items corresponding to the given key may have changed. | |
Copy the database to a new database with the given new_name. | |
Commit the new version of this object to the database file. | |
Delete every entry in the database. | |
| |
| |
| |
| |
This should pack, but I couldn't get pack working with compressed storage. | |
Completely rebuild the database from scratch, by going through and writing everything out to a temporary database, then moving the temporary database files over self's files. | |
Restore from the filename which must store a pickled dict. | |
Restore all files that start with the given basename. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 20 15:43:22 2005 | http://epydoc.sf.net |