is_consecutive属性
is_consecutive属性
标志指示连续的分隔符是否应被视为一个分隔符。
定义:
@property
def is_consecutive(self):
...
@is_consecutive.setter
def is_consecutive(self, value):
...
标志指示连续的分隔符是否应被视为一个分隔符。
@property
def is_consecutive(self):
...
@is_consecutive.setter
def is_consecutive(self, value):
...