cf.Domain.axis

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

Return a domain axis identifier.

The axis may be selected with the keyword arguments. When multiple criteria are given, the axis will be the intersection of the selections. If no unique axis can be found then None is returned.

See also

axes, item, items, remove_item

Parameters:

{+axes, kwargs}

Returns:
out
: str

The unique domain axis identifier. If there isn’t a unique axis then None is returned.

Examples: