| Home | Trees | Index | Help |
|---|
| Package twisted :: Package popsicle :: Module mailsicle :: Class DefaultSaver |
|
Adapter --+
|
DefaultSaver
PerspectiveSaver,
IdentitySaver| Method Summary | |
|---|---|
Return a pretty-printed (non-unique) name describing me. | |
Get a list of 'continuation' sections. | |
getIndexes(self)
| |
Get a list of tuples of strings, [(key, value), ...]. | |
Take the result of a getContinuations() call and populate self.original. | |
loaditem_class(self,
kv,
vv)
| |
loaditem_oid(self,
kv,
vv)
| |
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 |
|---|
IHeaderSaverIHeaderSaver = twisted.popsicle.mailsicle.IHeaderSaver
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:46 2003 | http://epydoc.sf.net |