remove_descriptions property

remove_descriptions property

Gets or sets the option to remove only editors content or empty elements. It is ’true’ by default.

Definition:

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

See Also