Package Pyblio :: Package Stores :: Package bsddbstore :: Class RSDB
[hide private]
[frames] | no frames]

Class RSDB

source code

        object --+    
                 |    
Callback.Publisher --+
                     |
                    RSDB

Virtual result set that loops over the full database

Instance Methods [hide private]
 
__init__(self, _db)
Intialize the publisher
source code
 
itervalues(self) source code
 
iterkeys(self) source code
 
__iter__(self) source code
 
iteritems(self) source code
 
__len__(self) source code
 
view(self, criterion) source code
 
_add(self, k) source code
 
_delete(self, k) source code
 
_update(self, k) source code

Inherited from Callback.Publisher: emit, register, unregister

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, _db)
(Constructor)

source code 
Intialize the publisher
Overrides: Callback.Publisher.__init__
(inherited documentation)