AbstractRangeMixin#
- class named_arrays.AbstractRangeMixin#
Bases:
ABCA mixin class for implicit arrays which describe a range of values.
Attributes
Methods
__init__()Inheritance Diagram

- property range: AbstractArray#
- abstract property start: int | AbstractArray#
Starting value of the range.
- abstract property stop: int | AbstractArray#
Ending value of the range.