| Home | Trees | Index | Help |
|---|
| Package twisted :: Package popsicle :: Module mailsicle :: Class IHeaderSaver |
|
NonMetaInterface --+
|
IHeaderSaver
| Method Summary | |
|---|---|
Return a pretty-printed (non-unique) name describing me. | |
Get a list of 'continuation' sections. | |
Return a list of tuples of strings, [(index_name, index_value), ...] | |
Get a list of tuples of strings, [(key, value), ...]. | |
Take the result of a getContinuations() call and populate self.original. | |
Take the result of a getItems() call and populate self.original. | |
| 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. |
getIndexes(self)Return a list of tuples of strings, [(index_name, index_value), ...] |
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 |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:38 2003 | http://epydoc.sf.net |