remove_empty_containers property

remove_empty_containers property

Gets or sets the option to remove empty containers. It is ’true’ by default.

Definition:

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

See Also