AbstractRangeMixin#

class named_arrays.AbstractRangeMixin#

Bases: ABC

A mixin class for implicit arrays which describe a range of values.

Attributes

range

start

Starting value of the range.

stop

Ending value of the range.

Methods

__init__()

Inheritance Diagram

Inheritance diagram of named_arrays.AbstractRangeMixin
property range: AbstractArray#
abstract property start: int | AbstractArray#

Starting value of the range.

abstract property stop: int | AbstractArray#

Ending value of the range.