cf.Field.__iand__

Field.__iand__(y)[source]

The augmented bitwise assignment &=

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