euporie.core.widgets.cell.ConditionalContainer

class euporie.core.widgets.cell.ConditionalContainer(content: AnyContainer, filter: FilterOrBool)

Wrapper around any other container that can change the visibility. The received filter determines whether the given container should be displayed or not.

Parameters: