cf.Domain.item_axes¶
-
Domain.
item_axes
(items=None, **kwargs)[source]¶ Return the axes of a domain item.
This method has exactly the same interface, functionality and outputs as
cf.Field.item_axes
. Therefore seecf.Field.item_axes
for the full documentation details.Parameters: - items, kwargs : optional
See
cf.Field.item_axes
.
Returns: - out : list or None
The ordered list of axes for the item or, if there is no unique item or the item is a coordinate reference, then None is returned.
Examples: See
cf.Field.item_axes
.