is_threaded_comment属性

is_threaded_comment属性

指示此注意事项是否为线索注意事项。

例子


if comment1.is_threaded_comment:
    pass

定义:

@property
def is_threaded_comment(self):
    ...

也可以看看