cf.FieldList.__iand__

FieldList.__iand__(y)[source]

The augmented bitwise assignment &=

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