remove_empty_attributes property

remove_empty_attributes property

Gets or sets the option to remove attributes with empty values. It is ’true’ by default.

Definition:

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

See Also