cf.FieldList.__rlshift__

FieldList.__rlshift__(y)[source]

The binary bitwise operation << with reflected operands

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

Previous topic

cf.FieldList.__rxor__

Next topic

cf.FieldList.__rrshift__

This Page