cf.FieldList.__ilshift__

FieldList.__ilshift__(y)[source]

The augmented bitwise assignment <<=

x.__ilshift__(y) <==> x<<=y