cf.FieldList.__rrshift__

FieldList.__rrshift__(y)

The binary bitwise operation >> with reflected operands

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