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):
...