axis_normalized# named_arrays.axis_normalized(a, axis)# Convert all the possible values of the axis argument to a tuple of str. Parameters: a (AbstractArray) – If axis is None, the result is a.axes. axis (None | str | Sequence[str]) – The axis to normalize. Return type: tuple[str]