both property

both property

Indicates whether the two criteria have an “and” relationship.

Definition:

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

See Also