cf
Data.
__irshift__
The augmented bitwise assignment >>=
>>=
x.__irshift__(y) <==> x>>=y
cf.Data.__ilshift__
cf.Data.__invert__