cf.Domain.axes¶
-
Domain.
axes
(axes=None, size=None, ordered=False, **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.See also
Parameters: - axes, kwargs: optional
See
cf.Field.axes
.- size : int or cf.Query, optional
See
cf.Field.axes
.- ordered : bool, 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.
Examples: See
cf.Field.axes
.