The augmented bitwise assignment &=
x.__iand__(y) <==> x&=y
cf.FieldList.__rrshift__
cf.FieldList.__ior__
Enter search terms or a module, class or function name.