Package twisted :: Package popsicle :: Module mailsicle :: Class DefaultSaver
[show private | hide private]
[frames | no frames]

Class DefaultSaver

Adapter --+
          |
         DefaultSaver

Known Subclasses:
PerspectiveSaver, IdentitySaver

Method Summary
  descriptiveName(self)
Return a pretty-printed (non-unique) name describing me.
  getContinuations(self)
Get a list of 'continuation' sections.
  getIndexes(self)
  getItems(self)
Get a list of tuples of strings, [(key, value), ...].
  loadContinuations(self, cont)
Take the result of a getContinuations() call and populate self.original.
  loaditem_class(self, kv, vv)
  loaditem_oid(self, kv, vv)
  loadItems(self, items, toplevel)
Take the result of a getItems() call and populate self.original.
  postLoad(self)
  preLoad(self)

Class Variable Summary
class IHeaderSaver

Method Details

descriptiveName(self)

Return a pretty-printed (non-unique) name describing me.

getContinuations(self)

Get a list of 'continuation' sections. This is a list of lists of tuples.

getItems(self)

Get a list of tuples of strings, [(key, value), ...].

loadContinuations(self, cont)

Take the result of a getContinuations() call and populate self.original.

loadItems(self, items, toplevel)

Take the result of a getItems() call and populate self.original.

'toplevel' is the top-level object if this is a continuation, otherwise it is self.original

Class Variable Details

IHeaderSaver

IHeaderSaver = twisted.popsicle.mailsicle.IHeaderSaver

Generated by Epydoc 1.1 on Fri Jun 27 03:45:38 2003 http://epydoc.sf.net