Package ZenUtils :: Module Map :: Class Locked
[hide private]
[frames] | no frames]

Class Locked

source code

Use a simple lock for all read/write access to a map

Instance Methods [hide private]
 
__init__(self, map) source code
 
impl(self, m, *args, **kw)
call a method on the map, with the lock held
source code
 
has_key(self, *args, **kw) source code
 
get(self, *args, **kw) source code
 
__setitem__(self, *args, **kw) source code
 
__getitem__(self, *args, **kw) source code
 
update(self, *args, **kw) source code