match_blank property

match_blank property

Indicates whether to filter by blank.

Definition:

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

See Also