Class Range (1.24.1)

Range(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A range of values for slice(s). low is inclusive, high is exclusive.

Attributes

NameDescription
low float
Inclusive low value for the range.
high float
Exclusive high value for the range.

Inheritance

builtins.object > proto.message.Message > Range