line_by_line属性

line_by_line属性

是否逐行处理智能标记。

评论

默认值是true。 如果为 False,则模板文件必须包含名为“_CellsSmartMarkers”的范围。

定义:

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

也可以看看