dca.typing.Axes#

[[Source]]

One or multiple axis. None indicate all axes. This is the type of .mean(axis=…)

Axes = Union[None, Shape, int]