items property

items property

Gets and sets the items of the filter.

Definition:

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

See Also