Package Pyblio :: Package Stores :: Module resultset :: Class View
[hide private]
[frames] | no frames]

Class View

source code

        object --+    
                 |    
Callback.Publisher --+
                     |
                    View

Instance Methods [hide private]
 
__init__(self, src, crit)
Intialize the publisher
source code
 
_update(self, key, signal) source code
 
__len__(self) source code
 
__getitem__(self, i) source code
 
__iter__(self) source code
 
iterkeys(self) source code
 
iteritems(self) source code
 
itervalues(self) source code
 
index(self, key) 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, src, crit)
(Constructor)

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