is_consecutive property

is_consecutive property

Flag indicating whether consecutive delimiters should be treated as just one delimiter.

Definition:

@property
def is_consecutive(self):
    ...
@is_consecutive.setter
def is_consecutive(self, value):
    ...

See Also