Package Pyblio :: Module Store :: Class ResultSetStore
[hide private]
[frames] | no frames]

Class ResultSetStore

source code

object --+
         |
        ResultSetStore
Known Subclasses:
Stores.filestore.ResultSetStore, Stores.bsddbstore.ResultSetStore

Interface to the stored result sets.

DERIVED BY ALL STORES

Instance Methods [hide private]
 
__getitem__(self, k) source code
 
__delitem__(self, k) source code
 
__iter__(self) source code
 
new(self, rsid=None) source code
 
_add_warn(self) source code
 
add(self, permanent=False, rsid=None) source code
 
update(self, result_set)
Use this to permanently store a ResultSet() in the database.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

update(self, result_set)

source code 

Use this to permanently store a ResultSet() in the database.

Note: when a ResultSet object is modified, it is necessary to call db.rs.update(result_set) to store the updated version.