cf.Query.__and__

Query.__and__(other)[source]

The binary bitwise operation &

Combine two queries with a logical And operation. If the value of both queries is the same then it will be retained on the compound query.

x.__and__(y) <==> x&y