cf.Domain.axes

Domain.axes(axes=None, ordered=False, size=None, **kwargs)[source]

Return domain axis identifiers.

This method has exactly the same interface, functionality and outputs as cf.Field.axes.

See cf.Field.axes for details.

Parameters :
axes : optional

See cf.Field.axes.

ordered : bool, optional

See cf.Field.axes.

size : int or cf.Comparison, optional

See cf.Field.axes.

kwargs : optional

See cf.Field.axes.

Returns :
out : set or list

A set of domain axis identifiers, or a list if ordered is True. The set or list may be empty.

See also

axis, items, remove_axes

Examples

See cf.Field.axes.

Previous topic

cf.Domain.attach_to_transform

Next topic

cf.Domain.axis

This Page