cf.FieldList.__rrshift__

FieldList.__rrshift__(y)[source]

The binary bitwise operation >> with reflected operands

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