cf.FieldList.data_axes

FieldList.data_axes()[source]

Return the axes of a domain item from each field.

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

See cf.Field.data_axes for details.

Return :
out : cf.List

For each field, the ordered list of data axes, or, if there is no data array, None.

Previous topic

cf.FieldList.cos

Next topic

cf.FieldList.datum

This Page