both method

both

Combines this SearchCriteria with other criteria using logical AND operator.

Returns

Combined search criteria.

def both(self, other):
    ...
Parameter Type Description
other SearchCriteria Search criteria to combine with.

See Also