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

Class View

source code

object --+
         |
        View

A view of a Result Set represents the Result Set sorted according to a specific criterion.

DERIVED BY ALL STORES

Instance Methods [hide private]
 
__iter__(self) source code
 
itervalues(self) source code
 
iterkeys(self) source code
 
iteritems(self) source code
 
__len__(self) source code
 
__getitem__(self, idx) source code
 
index(self, key) source code

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

Properties [hide private]

Inherited from object: __class__