cf.FieldList.__irshift__

FieldList.__irshift__(y)[source]

The augmented bitwise assignment >>=

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

Previous topic

cf.FieldList.__ilshift__

Next topic

cf.FieldList.__invert__

This Page