cf.FieldList.__irshift__

FieldList.__irshift__(y)[source]

The augmented bitwise assignment >>=

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