cf.FieldList.attributes

FieldList.attributes

The attributes attribute of each field.

fl.attributes is equivalent to cf.List(f.attributes for f in fl).

See cf.Field.attributes for details.

Returns :
out : cf.List of dicts

A dictionary of the attributes for each field.

Previous topic

cf.FieldList.array

Next topic

cf.FieldList.data

This Page