Class Range (3.2.4)

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

Generic half-open interval [start, end) .. attribute:: start

Index of the first character of the range (inclusive).

:type: int

Attribute

NameDescription
end int
Index of the last character of the range (exclusive).