comments_position property

comments_position property #

Returns or sets the position of the comments on the page.

Remarks #

Default value is CommentsPositions.NONE.

Definition: #

@property
def comments_position(self):
    ...

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

See Also #