cf.FieldList.items

FieldList.items(*args, **kwargs)[source]

Return domain items from each field.

fl.items(*args, **kwargs) is equivalent to cf.List(f.items(*args, **kwargs) for f in fl).

See cf.Field.items for details.

Parameters :
args, kwargs : optional

See cf.Field.items.

Returns :
out : cf.List of dicts

For each field, a dictionary whose keys are domain item identifiers with corresponding values of items of the domain.

Previous topic

cf.FieldList.item_axes

Next topic

cf.FieldList.iter

This Page