cf.Query.__iand__

Query.__iand__(other)[source]

The augmented bitwise assignment &=

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