Package Pyblio :: Package Stores :: Module filestore :: Class RODict
[hide private]
[frames] | no frames]

Class RODict

source code

        object --+    
                 |    
Callback.Publisher --+
                     |
                    RODict

Read-only dictionnary

Instance Methods [hide private]
 
__init__(self, _dict)
Intialize the publisher
source code
 
view(self, criterion) source code
 
itervalues(self) source code
 
iteritems(self) source code
 
iterkeys(self) source code
 
__iter__(self) source code
 
__len__(self) source code
 
_forward(self, *args)
forward messages.
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, _dict)
(Constructor)

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

_forward(self, *args)

source code 
forward messages. the message name is passed last