Skip to content

Span

Specifies a range of values from start to stop with a given number of steps.

Fields

endpoint

If true, includes the stop value within the span.

  • Type: bool
  • Default: True
nsteps

The number of steps in the span.

  • Type: int
start

The starting value of the span.

stop

The stop value of the span.