probly.representation.sample.axis_tracking.AxisTrackingResult

class probly.representation.sample.axis_tracking.AxisTrackingResult(new_axis: int, index: ToIndex | NotImplementedType)[source]

Bases: object

Result of tracking an axis through an indexing operation.

index: ToIndex | NotImplementedType
new_axis: int