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 |
|
|
|||
: list of Field.
|
fields : the fields of the item. |
|
|||
Inherited from |
|
|
|
self content.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 8 13:35:00 2011 | http://epydoc.sourceforge.net |