Class RowFilterChain (2.41.0)
Stay organized with collections
Save and categorize content based on your preferences.
RowFilterChain(filters=None)
Chain of row filters.
Sends rows through several filters in sequence. The filters are "chained"
together to process a row. After the first filter is applied, the second
is applied to the filtered output and so on for subsequent filters.