Class Range (3.6.2)

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

Generic half-open interval [start, end)

Attributes

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