filters#

Filters management.

Classes

Filter(func, **kwargs)

Manage a filter.

FilterByDate(user_func[, default_date])

Manage a filter for the date.

FilterByGroup(user_func, indices[, ...])

Manage a filter applied on specific groups.

FilterList()

Container for filters.

UserFunc(*args, **kwargs)

Signature of function that can be supplied to be used as a filter.

UserFuncDate(*args, **kwargs)

Signature of function that can used as a filter for the date pseudo-group.

UserFuncGroup(*args, **kwargs)

Signature of function that can used as a filter for specific groups.