cf.FieldList.__iand__

FieldList.__iand__(y)

The augmented bitwise assignment &=

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