show_comments_by_no_author property

show_comments_by_no_author property #

Returns or sets the visibility of comments that do not have an author. If true then comments will be displayed. (Applies only if comments are displayed).

Remarks #

Default value is false .

Definition: #

@property
def show_comments_by_no_author(self):
    ...

@show_comments_by_no_author.setter
def show_comments_by_no_author(self, value):
    ...

See Also #