cf.FieldList.__iand__

FieldList.__iand__(y)[source]

The augmented bitwise assignment &=

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

Previous topic

cf.FieldList.__rrshift__

Next topic

cf.FieldList.__ior__

This Page