filter property

filter property

Gets and sets the condition of filtering data.

Definition:

@property
def filter(self):
    ...
@filter.setter
def filter(self, value):
    ...

See Also