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

Class Locked


Use a simple lock for all read/write access to a map
Method Summary
  __init__(self, map)
  __getitem__(self, *args, **kw)
  __setitem__(self, *args, **kw)
  get(self, *args, **kw)
  has_key(self, *args, **kw)
  impl(self, m, *args, **kw)
call a method on the map, with the lock held
  update(self, *args, **kw)

Method Details

impl(self, m, *args, **kw)

call a method on the map, with the lock held

Generated by Epydoc 2.1 on Thu Aug 16 09:55:07 2007 http://epydoc.sf.net