Capped selection
CappedSelection #
Bases: RapidataSelection
CappedSelection Class
Takes in different selections and caps the amount of rapids that can be shown.
Useful for demographic and conditional validation selections.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
selections
|
Sequence[RapidataSelection]
|
List of selections to cap. |
required |
max_rapids
|
int
|
The maximum amount of rapids that can be shown for this selection. |
required |