Package twisted :: Package world :: Module compound :: Class StorableDictionaryFacade
[frames | no frames]

Class StorableDictionaryFacade

Adapter --+
          |
         StorableDictionaryFacade


Method Summary
  __contains__(self, key)
  __delitem__(self, key)
  __getitem__(self, key, default)
  __len__(self)
  __setitem__(self, key, value)
  clear(self)
  copy(self)
  get(self, key, default)
  has_key(self, key)
  items(self)
  iteritems(self)
  iterkeys(self)
  itervalues(self)
  keys(self)
  popitem(self)
  setdefault(self, key, failobj)
  update(self, otherdict)
  values(self)
    Inherited from Adapter
  __init__(self, original)
Set my 'original' attribute to be the object I am adapting.
  getComponent(self, interface, registry, default)
I forward getComponent to self.original on the assumption that it is an instance of Componentized.
  isuper(self, iface, adapter)
Forward isuper to self.original

Class Variable Summary
    Inherited from Adapter
int multiComponent: If this adapter is persistent, should it be automatically registered for all appropriate interfaces.
int temporaryAdapter: If this is True, the adapter will not be persisted on the Componentized.

Generated by Epydoc 2.0 on Sat Sep 13 04:21:00 2003 http://epydoc.sf.net