UserFuncGroup# class UserFuncGroup(*args, **kwargs)# Bases: Protocol Signature of function that can used as a filter for specific groups. group_filter(value, **kwargs) Parameters: value (Any) – The value parsed. kwargs (Any) – Additional keywords passed to the filter. Returns: True if the file is to be kept, False otherwise.