spekk.transformations.axis

spekk.transformations.axis#

An Axis references an axis of an array by its corresponding dimension name in a spec.

Functions

concretize_axes(spec, args, kwargs)

Convert any instance of Axis in args and kwargs to the concrete axis index, as defined by the spec.

Classes

Axis(dimension[, keep, becomes])

A placeholder for an array axis, given by the name of that axis (dimension).

Exceptions