Package core :: Module shared_data :: Class SharedHash
[hide private]
[frames] | no frames]

Class SharedHash

source code

object --+
         |
        SharedHash

Instance Methods [hide private]
 
__init__(self, hash) source code
 
__setitem__(self, key, val) source code
 
__getitem__(self, key) source code
 
__eq__(self, other) source code
 
__str__(self) source code
 
keys(self) source code
 
iteritems(self) source code
 
items(self) source code
 
_to_java_map(self) source code
Method Details [hide private]

__init__(self, hash)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)