show_revisions property

show_revisions property

Indicates whether to display others revisions in the resulting document or not.

Definition:

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

See Also