| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
                 object --+    
                          |    
objects.StanzaPayloadObject --+
                              |
                             Item
An item of multi-item form data (e.g. a search result).
Additionally to the direct access to the contained fields via the fields attribute, Item object provides an iterator and mapping interface for field access. E.g.:
for field in item:
    ...
or:
field = item['field_name']
or:
if 'field_name' in item:
    ...
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Field | 
 | ||
| 
 | |||
| Inherited from  Inherited from  | |||
| 
 | |||
| Item | 
 | ||
| 
 | |||
| listof Field. | fields the fields of the item. | ||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 
 | 
| 
 
 | 
| 
 selfcontent.
 | 
| 
 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Sat Jan 17 19:19:44 2009 | http://epydoc.sourceforge.net |