cf
Field.
__rrshift__
The binary bitwise operation >> with reflected operands
>>
x.__rrshift__(y) <==> y>>x
cf.Field.__rlshift__
cf.Field.__iand__