range_start_index property

range_start_index property

Get first index of continuous unicode range.

Definition:

@property
def range_start_index(self):
    ...

@range_start_index.setter
def range_start_index(self, value):
    ...

See Also